I see. Is this something I need to be doing server-side? Also, can it be done within the context of this particular framework?<br><br><div class="gmail_quote">On Wed, Dec 14, 2011 at 6:44 PM, Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 14/12/11 23:36, Simone Busoli wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Andy, you would have to recover<br></div>
<<a href="http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.recover" target="_blank">http://www.rabbitmq.com/amqp-<u></u>0-9-1-reference.html#basic.<u></u>recover</a>> the<br>
messages.<br>
</blockquote>
<br>
Be careful with basic.recover. It requeues everything unacked, *including any messages that may be in flight from the server to the client at the time*.<br>
<br>
'basic.reject' or 'basic.nack' are usually more appropriate. They allow you to requeue individual messages.<br>
<br>
Regards,<br>
<br>
Matthias.<br>
</blockquote></div><br>