<div dir="ltr"><font face="arial, sans-serif">Hello all,</font><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I have read this page from docs <a href="http://www.rabbitmq.com/dlx.html">http://www.rabbitmq.com/dlx.html</a> and found examples in PHP which work fine. </font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">However, it looks to me that there is no way to do what we need :( </font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Our web app is publishing messages to specific queues, using both exchange and queue name. Exchange is "direct" type and behind every queue there are several consumers working in load-balancing mode.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">For dead-letter messages, it looks to me only new exchange (<span style="color: rgb(51, 51, 51); font-size: small; line-height: 18px; white-space: nowrap;">x-dead-letter-exchange) and routing-key (</span><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;">x-dead-letter-routing-key), but not new queue name. New queue name is important so that delayed message is sent to appropriate consumer. </span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;"><br></span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;">We're not using routing-keys, because queues were enough to route messages to different types of consumers.</span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;"><br></span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;">Am I missing anything or is this limitation of dead-letter exchanges?</span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;"><br></span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;">Thanks,</span></font></font></div><div><font face="arial, sans-serif"><font color="#333333" size="2"><span style="line-height: 18px; white-space: nowrap;">Nikola</span></font></font></div></div>