Tutorials for using RabbitMQ in various ways
Go to file
2020-05-13 03:12:50 +03: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 Update RabbitMQ.Client to version 6.0.0 2020-04-16 16:35:29 -07:00
dotnet-visual-studio Update RabbitMQ.Client to version 6.0.0 2020-04-16 16:35:29 -07: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 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 2020-03-25 01:05:26 +03:00
kotlin URL Cleanup 2019-03-20 03:25:16 -05:00
objective-c Update Objective-C client tutorials to 0.11.0-rc2 2020-05-13 03:12:50 +03: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 Use HTTPS instead of HTTP to resolve dependencies 2020-02-11 09:59:47 -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 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.