<div dir="ltr">If you&#39;re in Java and using the spring frameworks, there&#39;s retry handling support.<div><a href="https://github.com/jamescarr/spring-amqp-extras">https://github.com/jamescarr/spring-amqp-extras</a><br>
</div><div style>You could probably implement something similar - on an &quot;exception&quot; publish to an error queue that has priority? �Just an idea :)</div><div style>Jason</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Wed, Jul 17, 2013 at 9:12 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 18/07/13 00:54, Laing, Michael wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
AFIK, however, the rejected/nacked messages is queued as if it were new,<br>
but with the redeliver flag set, AND any consumer may receive them,<br>
including the one which rejected/nacked them. Of course if you have<br>
multiple consumers on a queue, the rabbit will round-robin.<br>
<br>
But, the rejected/nacked message does not go to the &#39;front&#39; of the queue<br>
as you desired (again AFAIK).<br>
</blockquote>
<br></div>
Actually, since RabbitMQ 2.7.0 messages get requeued in publication order. See <a href="http://www.rabbitmq.com/semantics.html#ordering" target="_blank">http://www.rabbitmq.com/<u></u>semantics.html#ordering</a> for the details.<br>

<br>
Matthias.<br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Jason McIntosh<br><a href="http://mcintosh.poetshome.com/blog/">http://mcintosh.poetshome.com/blog/</a><br>573-424-7612
</div>