From 7d8610410a338f8a789dbca9a68509a2b395ed2d Mon Sep 17 00:00:00 2001 From: niuzhist Date: Sun, 25 May 2014 00:21:28 -0700 Subject: [PATCH 1/2] add RabbitMQ description --- docs/scenarios/client.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/client.rst b/docs/scenarios/client.rst index 8a4fdde..06e9864 100644 --- a/docs/scenarios/client.rst +++ b/docs/scenarios/client.rst @@ -45,5 +45,10 @@ library is designed to have a familiar socket-style API. RabbitMQ -------- -.. todo:: Write about RabbitMQ +RabbitMQ is 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. +- `Website `_ +- `GitHub `_ From 7bf154f5e402f2508708c7d033e9c4db3731d0b8 Mon Sep 17 00:00:00 2001 From: niuzhist Date: Sun, 25 May 2014 00:26:17 -0700 Subject: [PATCH 2/2] change some content --- docs/scenarios/client.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/client.rst b/docs/scenarios/client.rst index 06e9864..b7494b0 100644 --- a/docs/scenarios/client.rst +++ b/docs/scenarios/client.rst @@ -45,10 +45,10 @@ library is designed to have a familiar socket-style API. RabbitMQ -------- -RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). +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. -- `Website `_ -- `GitHub `_ +- `Homepage `_ +- `GitHub Organization `_