Tutorials for using RabbitMQ in various ways
Go to file
2018-12-06 10:53:04 +01:00
bin/travisci Force apt-get to update 2013-07-25 11:45:19 +04:00
clojure Add Clojure RPC tutorial code. 2015-11-10 16:43:35 +00:00
common-lisp common-lisp: tutorial six code 2016-03-02 05:14:47 -08:00
dotnet Sync ./dotnet with ./dotnet-visual-studio 2018-10-28 16:59:02 +03:00
dotnet-visual-studio change c# rpc to async pattern 2018-10-21 16:40:39 +03:00
elixir update for later versions of elixir and amqp lib 2018-07-11 11:15:50 -06:00
erlang add recon 2018-01-16 13:18:45 +08:00
go fix typo 2018-08-13 13:37:02 +09:00
haskell Add Haskell RPC example 2018-01-23 13:23:45 +09:00
java Update Java tutorials to Java 8 2018-12-04 10:55:14 +01:00
java-mvn Symlink 2 Java files to Maven project directory 2018-12-04 16:53:31 +01:00
javascript-nodejs Update receive_logs.js 2018-11-21 12:24:36 -05:00
kotlin kotlin-gradle => kotlin 2018-06-12 02:16:39 +03:00
objective-c Update Objective-C tutorials for XCode 8.2 2016-12-14 15:52:43 +03:00
perl fix for not shared variables in response callback. it fixes numerous calls to rpc. 2016-01-27 13:34:10 +06:00
php Clean up inconsistent echo statements in PHP 2018-05-28 16:36:48 -04:00
php-amqp fix notice and empty check 2015-11-25 15:32:37 +07:00
php-interop Update README.md 2017-08-16 13:44:05 +03:00
python Python tutorial 4: allow for optional message body 2018-11-26 17:05:49 +08:00
ruby Require Bunny 2.12+ 2018-10-02 01:46:13 +03:00
scala Upgrade Scala tutorials 2018-12-04 16:31:20 +01:00
soapui Polish SOAP UI tutorials 2018-12-03 15:14:58 +01:00
spring-amqp Upgrade Spring AMQP tutorials to Spring Boot 2.1.1 2018-12-06 10:53:04 +01:00
swift ignores 2017-05-01 12:27:53 +00:00
.gitignore ignore logs 2018-11-07 11:25:31 -08:00
.travis.yml Update .travis.yml 2017-08-04 02:05:05 +03:00
LICENSE.txt (c) year 2015-01-03 01:08:02 +03:00
Makefile Provision Bunny 2.7.x 2017-08-04 02:05:40 +03:00
README.md add soapui to main README 2018-11-07 11:42:27 -08: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.

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

Languages

The following ports are available:

License

Released under the Apache License 2.0.