Google News
logo
Microsoft Azure - Interview Questions
What is meant by the DeadLetter queue?
Messages are transferred to the DeadLetter queue in the following situation.
 
* When the delivery count has exceeded for a message that is on a queue.
* When the expiry date of the message has crossed and the entire expired message is held in a queue.
* When there is an evaluation exception set by default and the subscription is enabled with dead letter filter.
Advertisement