Tutorials for using RabbitMQ in various ways
Go to file
2019-09-13 11:30:15 -06:00
bin/travisci Force apt-get to update 2013-07-25 11:45:19 +04:00
clojure URL Cleanup 2019-03-20 03:25:16 -05:00
common-lisp URL Cleanup 2019-03-20 03:25:16 -05:00
dart URL Cleanup 2019-03-20 03:25:16 -05:00
dotnet feat: avoid using magic strings 2019-08-12 14:34:49 +02:00
dotnet-visual-studio feat: avoid using magic strings 2019-08-12 14:34:49 +02:00
elixir URL Cleanup 2019-03-20 03:25:16 -05:00
erlang URL Cleanup 2019-03-20 03:25:16 -05:00
go URL Cleanup 2019-03-20 03:25:16 -05:00
haskell URL Cleanup 2019-03-20 03:25:16 -05:00
java Remove extra publish in handlePublishConfirmsAsynchronously 2019-09-13 11:30:15 -06: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 Update two more variables 2019-04-19 23:02:43 +03:00
kotlin URL Cleanup 2019-03-20 03:25:16 -05:00
objective-c URL Cleanup 2019-03-20 03:25:16 -05:00
perl URL Cleanup 2019-03-20 03:25:16 -05:00
php update php tutorials: avoid usage of deprecated/internal stuff 2019-07-15 09:54:00 +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 Merge pull request #233 from 4383/pipmodule 2019-08-05 10:26:06 -07:00
ruby Ruby tutorial 6: accept input on the command line 2019-04-25 19:36:36 +03:00
rust Rust: Renaming and readme cleanup 2019-06-04 21:03:17 +03:00
scala URL Cleanup 2019-03-21 03:27:15 -05:00
soapui URL Cleanup 2019-03-21 03:27:15 -05:00
spring-amqp URL Cleanup 2019-03-21 03:27:15 -05: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 Update README.md 2019-06-13 16:39:47 +03: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.

A please check out the rest of 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.