RabbitMQ
RabbitMQ - A robust, feature-rich message broker implementing AMQP 0.9.1, MQTT, and STOMP protocols for reliable distributed messaging.
About
RabbitMQ is an open-source message broker written in Erlang/OTP that implements the Advanced Message Queuing Protocol (AMQP). It routes messages between producers and consumers through a flexible system of exchanges, queues, and bindings, enabling asynchronous communication betwe…