Pattern 24 / RESILIENCE
Dead Letter Queue (DLQ)
Use this when stopping poison messages from blocking the main queue forever.
- Pressure
- Stopping poison messages from blocking the main queue forever
- Mechanism
- After retries are exhausted, move the failing message to a separate queue for inspection
- Toll
- Dlqs need ownership, alerts, replay tooling, and cleanup
