Skip to content

Dead Letter Queues (DLQ)

This example demonstrates how to handle failed or unprocessable messages using Dead Letter Queues.

Instead of losing messages, failures are isolated and made observable.

Full example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/03-dlq

Released under the MIT License.