Exchanges, Queues, and Bindings in RabbitMQ – AMQP
In this article, you will learn about Exchanges, Queues, and Bindings in RabbitMQ using AMQP. In the previous article, you learned about sending a simple message to a Queue named Queue-1 . Even though I did not involve any Exchange to send and receive the message, but RabbitMQ involves its default Exchange to do the work. Exchanges in AMQP - [...]