Tutorials for using RabbitMQ in various ways
Go to file
Michael Klishin 82904ea114
Closes #286
2021-04-09 21:44:27 +03:00
.devcontainer enables github codespaces 2021-02-27 18:30:14 +01:00
bin/travisci Force apt-get to update 2013-07-25 11:45:19 +04:00
clojure Closes #286 2021-04-09 21:44:27 +03:00
common-lisp Closes #286 2021-04-09 21:44:27 +03:00
dart URL Cleanup 2019-03-20 03:25:16 -05:00
dotnet Closes #286 2021-04-09 21:44:27 +03:00
dotnet-visual-studio Closes #286 2021-04-09 21:44:27 +03:00
elixir URL Cleanup 2019-03-20 03:25:16 -05:00
erlang Closes #286 2021-04-09 21:44:27 +03:00
go Closes #286 2021-04-09 21:44:27 +03:00
haskell Closes #286 2021-04-09 21:44:27 +03:00
java Fix issues #253 2020-02-06 18:02:47 +08:00
java-idea Add Java files for publisher confirms tutorial 2019-08-26 14:30:59 +02:00
java-mvn Add Java files for publisher confirms tutorial 2019-08-26 14:30:59 +02:00
javascript-nodejs Bump dependencies 2021-04-07 00:24:03 +03:00
kotlin URL Cleanup 2019-03-20 03:25:16 -05:00
objective-c Objective-C: bump RabbitMQ client to 0.11.0 2020-05-22 06:09:06 +03:00
perl Closes #286 2021-04-09 21:44:27 +03:00
php A typo 2021-04-07 00:31:54 +03:00
php-amqp Publish tasks as persistent messages in the php-amqp tutorial 2019-03-12 17:32:42 +01:00
php-interop URL Cleanup 2019-03-20 03:25:16 -05:00
python Closes #285 2021-04-07 22:48:15 +03:00
ruby Closes #286 2021-04-09 21:44:27 +03:00
rust Closes #286 2021-04-09 21:44:27 +03:00
scala URL Cleanup 2019-03-21 03:27:15 -05:00
soapui Use HTTPS instead of HTTP to resolve dependencies 2020-02-11 09:59:47 -05:00
spring-amqp Update Tut2Sender.java 2020-05-30 14:51:02 +03:00
swift URL Cleanup 2019-03-20 03:25:16 -05:00
.gitignore Update for Pika 1.0.0, yapf formatting 2019-02-11 09:56:04 -08:00
.travis.yml Update .travis.yml 2017-08-04 02:05:05 +03:00
LICENSE.txt URL Cleanup 2019-03-21 03:27:15 -05:00
Makefile Revert "Bootstrapping the pip installer" 2019-08-05 20:21:18 +03:00
README.md Fix grammar in README 2019-11-03 12:18:45 +00:00
test.py Exclude Perl from CI runs for now 2013-08-16 14:44:03 +04:00
travisci.py Ditto 2013-08-12 15:41:12 +04:00

RabbitMQ Tutorials

This project contains code for RabbitMQ tutorials with their ports to various languages.

This repository only contains runnable code. Please consult tutorials on the site to learn more about the concepts, requirements, supported client library version and so on.

And please check out the rest of the RabbitMQ documentation!

Prerequisites

All tutorials require a RabbitMQ node running on localhost with stock (default) settings.

Please refer to RabbitMQ documentation to learn more about various installation options:

Languages

The following ports are available:

License

Released under the Apache License 2.0.