0 votes
in Azure by
What is meant by the DeadLetter queue?

1 Answer

0 votes
by

Messages are transferred to the DeadLetter queue in the following situation;

  1. When the delivery count has exceeded for a message that is on a queue.
  2. When the expiry date of the message has crossed and the entire expired message is held in a queue.
  3. When there is an evaluation exception set by default and the subscription is enabled with dead letter filter.
...