[rabbitmq-discuss] How amqp-client modify & reject(requeue true) a message back to the original queue in rabbit broker?
Emile Joubert
emile at rabbitmq.com
Thu Dec 20 16:37:38 GMT 2012
Hi,
On 20/12/12 11:14, Spring Amqp User wrote:
> I am use spring amqp, i have a question: is there a way for the
> client to modify & reject a received message to rabbit broker? the
> arguments requeue of basicReject() must set to true, right?
No it is not possible to modify the message while rejecting with
requeue. The closest approximation would be to acknowledge and republish
with the modifications.
-Emile
More information about the rabbitmq-discuss
mailing list