mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
change some content
This commit is contained in:
@@ -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 <http://www.rabbitmq.com/>`_
|
||||
- `GitHub <https://github.com/rabbitmq?page=1>`_
|
||||
- `Homepage <http://www.rabbitmq.com/>`_
|
||||
- `GitHub Organization <https://github.com/rabbitmq?page=1>`_
|
||||
|
||||
Reference in New Issue
Block a user