[rabbitmq-discuss] RabbitMQ - unable to consume unfinished messages?

Rajasekhar P sekhar434145 at gmail.com
Wed Oct 23 10:16:27 BST 2013


Thanks for the reply Emile, could you please tell me how to configure
re-queue messages by Consumer2 instead of closing channel.




On Wed, Oct 23, 2013 at 1:54 PM, Emile Joubert <emile at rabbitmq.com> wrote:

> On 23/10/13 08:21, Rajasekhar P wrote:
> > when one of the consumer [ex.Consumer2] received "Message2" then
> > am not sending acknowledgement back to the server.  In this case as per
> > the documentation other consumer[Consumer1] has to consume
> > message[Message2] from the server right? But, Its not happening,
>
> The unacknowledged messages held by Consumer2 will be returned to the
> queue once the channel (or connection) closes or when the unacknowledged
> messages are explicitly requeued by Consumer2. When that happens the
> messages will become eligible for redelivery to Consumer1.
>
> Also see the second tutorial for further discussion on this topic:
> http://www.rabbitmq.com/tutorials/tutorial-two-java.html
>
>
>
> -Emile
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131023/fcabd43d/attachment.htm>


More information about the rabbitmq-discuss mailing list