RabbitMQ is an open-source message broker that acts as the intermediary or middleman for independent applications, giving them a common platform to communicate. Simply said; it is software where queues are defined, to which applications connect in order to transfer a message or messages. The queue-manager software stores the messages until a receiving application connects and takes a message off the queue.
Tag