RabbitMQ_DirectDemo

Direct_Exchange

In rabbitmq, direct exchange will deliver a messages to the queues based on the message routing key. In direct exchange, the message is routed to the queues whose binding key exactly matches with the routing key of the message.

Alt text

Alt text