Introduction to RabbitMQ Architecture

This blog post explains what is RabbitMQ and message queueing and also gives brief understanding of architecture of RabbitMQ. What is RabbitMQ RabbitMQ is a open source message broker  also known as a message-queueing software or queue manager. It receives and delivers message from and to applications. It is software where queues are defined, to which applications connect…