[rabbitmq-discuss] how to keep messages in queues even after recieving messages by recievers.
Emile Joubert
emile at rabbitmq.com
Thu Jul 26 11:16:26 BST 2012
Hi,
On 26/07/12 08:53, r.parvataneni at accenture.com wrote:
> Could please help me on how to keep messages in queues even after
> recieving messages by recievers.
I note that you are using synchronous receipt. For asynchronous receipt
you could request that the Message Listener use manual acknowledge mode
and nack messages using the underlying channel.
Can you explain why you want to do this?
-Emile
More information about the rabbitmq-discuss
mailing list