Home »

What are Dead letter queues?

Question ListCategory: .NETWhat are Dead letter queues?
alisataylore190 author asked 8 years ago
1 Answers
jully882 author answered 8 years ago

The main use of queue is that you do not need the client and the server running at one time.Therefore, it is possible that a message will lie in queue for long time until the server or client
picks it up. But there are scenarios where a message is of no use after a certain time. Therefore,
these kinds of messages if not delivered within that time span it should not be sent to the user.
Below is the config snippet, which defines for how much time the message should be in queue

Please login or Register to Submit Answer