RabbitMQ

From Wikipedia, the free encyclopedia
Jump to: navigation, search
RabbitMQ
RabbitMQLogo.png
Developer(s) SpringSource (division of VMware)
Stable release 3.1.0 / May 1, 2013 (2013-05-01)
Written in Erlang
Operating system Cross-platform
Type AMQP, message-oriented middleware
License Mozilla Public License
Website www.rabbitmq.com

RabbitMQ is open source message broker software (i.e., message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP) standard. The RabbitMQ server is written in Erlang and is built on the Open Telecom Platform framework for clustering and failover. Rabbit Technologies Ltd., a joint venture between LShift and Cohesive FT, acquired in April 2010 by SpringSource (now a division of VMware), develops and provides support for RabbitMQ.[1] The source code is released under the Mozilla Public License.

The RabbitMQ project consists of:

  • The RabbitMQ exchange server itself
  • Gateways for HTTP, STOMP, and MQTT protocols
  • AMQP client libraries for Java, .NET Framework, and Erlang. (AMQP clients for other languages are available from other vendors)
  • A plug-in platform for custom additions, with a pre-defined collection of supported plug-ins, including:
    • a "Shovel" plug-in that takes care of copying (replicating) messages from one broker to another
    • a "Federation" plug-in that enables efficient sharing of messages between brokers (at the exchange level)
    • a "Management" plug-in that enables monitoring and control of brokers and clusters of brokers.

See also [edit]

References [edit]

External links [edit]