[rabbitmq-discuss] can two or consumer will work on same queue?

Eugene Kirpichov ekirpichov at gmail.com
Wed Sep 21 07:08:36 BST 2011


Hi,
RabbitMQ will not send the same message to multiple consumers at once.
It will roundrobin, and will only resend the message to someone else
in case connection with the consumer is lost before receiving the
consumer's ack for the message (usually due to a consumer crash).

On Wed, Sep 21, 2011 at 10:03 AM, sameekmishra <sameek at arosys.com> wrote:
>
> Hi
>
> I have situation where i want to know that two or more consumer will work
> together in same queue.
> if yes then i have doubt:
>
> 1. if one consumer takes message from queue another can't take same
> message,it need to be configured or any deadlock condition is raise.
>
> Thanks
> --
> View this message in context: http://old.nabble.com/can-two-or--consumer-will-work-on-same-queue--tp32503714p32503714.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>



-- 
Eugene Kirpichov
Principal Engineer, Mirantis Inc. http://www.mirantis.com/
Editor, http://fprog.ru/


More information about the rabbitmq-discuss mailing list