Retry + DLQ
This example demonstrates bounded consumer retries followed by dead-lettering.
It shows the production pattern:
text
handler fails -> retry a few times -> send to DLQFull example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/06-retry-dlq
For delayed retry using RabbitMQ TTL + DLX, see:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/10-delayed-retry