Tag: dead-letter
Browse 3 practical software engineering resources tagged with "dead-letter". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving dead-letter. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Dead Letter Queues
Dead letter queues capture messages that cannot be processed. They help diagnose and recover from failures.
The resources below cover DLQ setup, redrive, monitoring, and patterns. Each guide helps you handle failed messages safely.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Task Queues and RPC with RabbitMQ and AMQP
Distribute background tasks and implement request-reply patterns with RabbitMQ using durable...
RabbitMQ Queue Design Template
Template for documenting RabbitMQ queue, exchange, and binding design: exchange types, queue...
Complete Guide to RabbitMQ Architecture
Design and operate RabbitMQ for reliable messaging. Covers exchanges, queues, bindings, routing...