Tutorials for using RabbitMQ in various ways
Go to file
ChamRun 3bed207b52 remove while self.response is None loop
`self.connection.process_data_events(time_limit=None)` blocks, until response is ready.
2022-06-20 11:31:26 +04:30
.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 Update RPCClient.cs 2022-05-07 09:27:00 +02:00
dotnet-6 Add .NET 6.0 tutorials with Visual Studio 2022 2021-09-28 17:01:42 -07:00
dotnet-visual-studio Fix #288 - Upgrade dotnet-visual studio to .net50 2021-06-02 23:57:43 +02:00
elixir URL Cleanup 2019-03-20 03:25:16 -05:00
erlang Create rebar.config 2021-10-28 20:20:14 +08:00
go Clarify forever channel declarations 2022-03-09 16:12:15 +01:00
haskell Closes #286 2021-04-09 21:44:27 +03:00
java Update Recv.java 2022-04-06 12:51:28 -04: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 url-parse from 1.5.8 to 1.5.9 in /javascript-nodejs 2022-03-04 02:50:22 +00:00
julia Add julia RabbitMQ examples 2021-10-04 00:21:02 +05:30
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 remove while self.response is None loop 2022-06-20 11:31:26 +04:30
ruby Closes #286 2021-04-09 21:44:27 +03:00
rust Update Rust tutorial 2 consumer 2022-06-11 01:11:55 +04: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 Improve Travis CI build Performance 2021-08-17 22:07:02 +08: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 Add C# .NET 6.0 to List of Languages 2021-10-09 11:56:05 -07: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.