[rabbitmq-discuss] RabbitMq and POE::Component::Client::AMQP - Re-delivery to same client?

Andy Walker walkeraj at gmail.com
Wed Dec 14 23:48:23 GMT 2011


I see.  Is this something I need to be doing server-side?  Also, can it be
done within the context of this particular framework?

On Wed, Dec 14, 2011 at 6:44 PM, Matthias Radestock
<matthias at rabbitmq.com>wrote:

> On 14/12/11 23:36, Simone Busoli wrote:
>
>> Andy, you would have to recover
>> <http://www.rabbitmq.com/amqp-**0-9-1-reference.html#basic.**recover<http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.recover>>
>> the
>> messages.
>>
>
> 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*.
>
> 'basic.reject' or 'basic.nack' are usually more appropriate. They allow
> you to requeue individual messages.
>
> Regards,
>
> Matthias.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111214/6d19374e/attachment.htm>


More information about the rabbitmq-discuss mailing list