In message queueing the dead letter queue is a service implementation to store messages that meet one or more of the following criteria: Message that is sent to a queue that does not exist, Queue length limit exceeded, Message length limit exceeded, Message is rejected by another queue exchange.

« Back to Glossary Index