Skip to content

Dead Letter Queues (DLQ)

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

It now uses Rabbit Relay's built-in deadLetter helper to configure DLQ topology instead of manually writing RabbitMQ queue arguments.

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

Released under the MIT License.