Hello,

I am playing with Apollo 1.6 recently. Given the below config, I am
expecting a dead message (being rolled back 3 times, for example) of queue
"app1.queue1" will be forwarded to the dead letter queue "dlq.app1.queue1".
But this doesn't actually happen at all. Did anyone encounter the same
behavior? Thank you.

...
  <virtual_host id="default">
    ...
    <queue id="app1.**" dlq="dlq.*" nak_limit="3" auto_delete_after="0"/>
    ...
  </virtual_host>
...

Regards,
Yong

Reply via email to