Posted On: Mar 21, 2020
RabbitMq is an open-source message-broker software developed by Pivotal software. This cross-platform message-oriented middleware software was originally implemented in Advanced Message Queuing Protocol and then extended with to support the Streaming Text Oriented Messaging Protocol, MQ Telemetry Transport, and other protocols. This lightweight and easy to deploy software is one of the most popular open-source message brokers. It can also be deployed in distributed and federated configuration to meet high-scale, high-availability requirements.
Never Miss an Articles from us.
Some of the major features of RabbitMQ are,RabbitMQ supports Asynchronous messaging with multiple messaging protocols, multiple exchange types, flexible routing, message queuing, and delivery ack...
There are four types of exchanges available in RabbitMQ. They are Direct Exchanges - This type route the messages with a routing key equal to the routing key declared by the binding queue. Fanout E...
Exchanges in RabbitMQ is used to control the routing of messages to the queues with the help of the header attributes, bindings, and routing keys. They act as message routing agents and are defined by...