Tutorials for using RabbitMQ in various ways
Go to file
2018-11-07 12:38:44 -08: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 Make RPCClient a little more interesting 2018-08-09 14:41:18 -07:00
java8-maven refactor string concatenation (user String.join instead of stream) 2018-05-31 13:52:41 +04:30
java-idea Ignore IDEA workspace data 2015-08-12 14:03:23 +03:00
java-mvn creating mvn for java implementation 2017-10-16 10:21:33 -04:00
javascript-nodejs Update send.js in regard to the NodeJS versions 8 2018-08-03 09:53:39 +02: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 Update for Pika 0.11.0 2017-09-17 13:24:07 -06:00
ruby Require Bunny 2.12+ 2018-10-02 01:46:13 +03:00
scala README edits 2016-12-18 22:14:12 +03:00
soapui upload progress 2018-11-07 12:38:44 -08:00
spring-amqp Cosmetics 2017-04-25 23:27:24 +02: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.