Tutorials for using RabbitMQ in various ways
Go to file
dependabot[bot] 3d5daf6797
Bump url-parse from 1.5.6 to 1.5.8 in /javascript-nodejs
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.6...1.5.8)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:13:34 +00:00
.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 Don't call BasicConsume inside Call method 2021-08-08 14:47:58 +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 Go: Use log.Panicf instead log.Fatalf 2021-11-18 16:09:36 -03:00
haskell Closes #286 2021-04-09 21:44:27 +03:00
java Update Recv.java 2021-11-01 13:02:15 +02: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.6 to 1.5.8 in /javascript-nodejs 2022-02-28 04:13:34 +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 Use named constant instead of 2 in new_task.py 2021-12-06 22:13:21 +03:00
ruby Closes #286 2021-04-09 21:44:27 +03:00
rust Closes #286 2021-04-09 21:44:27 +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 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.