Skip to content

Commit a980542

Browse files
committed
Merge pull request realpython#440 from checkcheckzz/master
add RabbitMQ description
2 parents 4e7a005 + 7bf154f commit a980542

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/scenarios/client.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@ library is designed to have a familiar socket-style API.
4545
RabbitMQ
4646
--------
4747

48-
.. todo:: Write about RabbitMQ
48+
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.
4952

53+
- `Homepage <http://www.rabbitmq.com/>`_
54+
- `GitHub Organization <https://github.com/rabbitmq?page=1>`_

0 commit comments

Comments
 (0)