InterviewSolution
Saved Bookmarks
| 1. |
What Is An Exchange In Rabbitmq? |
|
Answer» An exchange in RabbitMQ is a message routing AGENT that routes the message to DIFFERENT QUEUES after accepting the same from the producer application. It routes the messages with the HELP of header attributes, bindings, and routing keys. An exchange in RabbitMQ is a message routing agent that routes the message to different queues after accepting the same from the producer application. It routes the messages with the help of header attributes, bindings, and routing keys. |
|