We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e7a005 + 7bf154f commit a980542Copy full SHA for a980542
1 file changed
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 an 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
+- `Homepage <http://www.rabbitmq.com/>`_
54
+- `GitHub Organization <https://github.com/rabbitmq?page=1>`_
0 commit comments