Merge pull request #440 from checkcheckzz/master

add RabbitMQ description
This commit is contained in:
2014-05-27 13:10:20 -04:00
+6 -1
View File
@@ -45,5 +45,10 @@ library is designed to have a familiar socket-style API.
RabbitMQ
--------
.. todo:: Write about RabbitMQ
RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform
framework for clustering and failover. Client libraries to interface with the broker are available
for all major programming languages.
- `Homepage <http://www.rabbitmq.com/>`_
- `GitHub Organization <https://github.com/rabbitmq?page=1>`_