Tutorials for using RabbitMQ in various ways
Go to file
Spring Operator ef1c764f95 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 24 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
2019-03-21 03:27:15 -05: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 URL Cleanup 2019-03-20 03:25:16 -05:00
dotnet-visual-studio URL Cleanup 2019-03-20 03:25:16 -05: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 URL Cleanup 2019-03-20 03:25:16 -05:00
java-mvn URL Cleanup 2019-03-19 20:11:49 -05:00
javascript-nodejs URL Cleanup 2019-03-20 03:25:16 -05:00
kotlin URL Cleanup 2019-03-20 03:25:16 -05:00
objective-c URL Cleanup 2019-03-20 03:25:16 -05:00
perl URL Cleanup 2019-03-20 03:25:16 -05:00
php URL Cleanup 2019-03-20 03:25:16 -05: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 URL Cleanup 2019-03-20 03:25:16 -05:00
ruby URL Cleanup 2019-03-20 03:25:16 -05:00
scala URL Cleanup 2019-03-21 03:27:15 -05:00
soapui URL Cleanup 2019-03-21 03:27:15 -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 add dart 2018-12-27 00:52:01 +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 URL Cleanup 2019-03-20 03:25:16 -05:00
README.md URL Cleanup 2019-03-21 03:27:15 -05: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.

A please check out the rest of 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.