InterviewSolution
Saved Bookmarks
| 1. |
What Is Direct Exchange In Rabbitmq? |
|
Answer» Direct Exchange is used for the PURPOSE of delivering message to the queue WHOSE binding KEY exactly matches to message ROUTING key. Direct Exchange is used for the purpose of delivering message to the queue whose binding key exactly matches to message routing key. |
|