Back to Tags
Dead Letter Queue
3 items tagged with "dead-letter-queue"
Filter by type:
Patterns2
Pattern
Dead-Letter Queue
Routes messages that cannot be processed after repeated attempts to a separate queue for inspection and recovery, keeping the main pipeline flowing.
Pattern
Poison Message Handling
Detects and quarantines messages that repeatedly crash or block a consumer, preventing one bad message from stalling an entire queue.