InterviewSolution
Saved Bookmarks
| 1. |
When Do We Use Dead Letter Exchange In Rabbitmq? |
|
Answer» If no matching queue can be found for the message, the message will be silently dropped. RabbitMQ PROVIDES an AMQP EXTENSION KNOWN as the "DEAD Letter Exchange" - the dead letter exchange provides functionality to capture messages that are not deliverable. If no matching queue can be found for the message, the message will be silently dropped. RabbitMQ provides an AMQP extension known as the "Dead Letter Exchange" - the dead letter exchange provides functionality to capture messages that are not deliverable. |
|