Exchanges, Queues, and Bindings in AMQP

In this article, you will learn about Exchanges, Queues, and Bindings in detail. 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 - RabbitMQ Exchanges [...]