Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d86104

Browse filesBrowse files
committed
add RabbitMQ description
1 parent 69fe3e5 commit 7d86104
Copy full SHA for 7d86104

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎docs/scenarios/client.rst

Copy file name to clipboardExpand all lines: docs/scenarios/client.rst
+6-1Lines 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 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+
- `Website <http://www.rabbitmq.com/>`_
54+
- `GitHub <https://github.com/rabbitmq?page=1>`_

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.