I\'m trying to setup my first RabbitMQ dead letter exchange, here are the steps I\'m using through the web admin interface:
In my case the problem was because the queue had
ackMode="MANUAL"
But I never set it (because a runtime exception), use Defaul ACK instead.