RabbitMQ is a messaging broker - an intermediary for messaging. It gives your applications a common platform to send and receive messages
https://www.rabbitmq.comRabbitMQ is open source message broker software (sometimes called message-oriented middleware) 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.
RabbitMQ server is installed as a standalone component.
RabbitMQ can be started and stopped using
NA