We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fe3e5 commit 7d86104Copy full SHA for 7d86104
docs/scenarios/client.rst
@@ -45,5 +45,10 @@ library is designed to have a familiar socket-style API.
45
RabbitMQ
46
--------
47
48
-.. todo:: Write about RabbitMQ
+RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
49
+The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform
50
+framework for clustering and failover. Client libraries to interface with the broker are available
51
+for all major programming languages.
52
53
+- `Website <http://www.rabbitmq.com/>`_
54
+- `GitHub <https://github.com/rabbitmq?page=1>`_
0 commit comments