[rabbitmq-discuss] how to keep messages in queues even after recieving messages by recievers.

Ernest Staszuk ernest.staszuk at comarch.pl
Thu Jul 26 09:02:44 BST 2012


Perhaps you could Nack messages after receiving. You could also
resend them (possibly to the other exchange or the same) transitionally
and then ack.

By the way I do not understand why you have needs like that. Do you really
need this kind of behavior? Or maybe is it desired only for a specific 
messages?

Best regards,
Ernest Staszuk

W dniu 2012-07-26 09:53, r.parvataneni at accenture.com pisze:
>
> Hi ,
>
> Could  please help me  on how  to keep messages in queues  even after 
> recieving messages by recievers.
>
> I'm using  below methods  on spring rabbit AmqpTemplate.
>
> *void*convertAndSend(String exchange, String routingKey, Object 
> message) *throws*AmqpException;
>
> Object receiveAndConvert(String queueName) *throws*AmqpException;
>
> My request:  after receiving message by receiver application, still I 
> want to keep messages in queues(can monitor in Management console).
>
> /Thanks & Regards,/
>
> /--------------------------------------------------------------------/
>
> */Ranganath Parvataneni/*
>
> /__/
>
>
> ------------------------------------------------------------------------
> Subject to local law, communications with Accenture and its affiliates 
> including telephone calls and emails (including content), may be 
> monitored by our systems for the purposes of security and the 
> assessment of internal compliance with Accenture policy.
> ______________________________________________________________________________________
>
> www.accenture.com
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120726/857c47e1/attachment.htm>


More information about the rabbitmq-discuss mailing list