RabbitMQ serializing messages from queue with multiple consumers
Posted
by Refefer
on Stack Overflow
See other posts from Stack Overflow
or by Refefer
Published on 2010-05-08T17:30:03Z
Indexed on
2010/05/08
17:38 UTC
Read the original article
Hit count: 387
Hi there,
I'm having a problem where I have a queue set up in shared mode and multiple consumers bound to it. The issue is that it appears that rabbitmq is serializing the messages, that is, only one consumer at a time is able to run. I need this to be parallel, however, I can't seem to figure out how.
Each consumer is running in its own process. There are plenty of messages in the queue. I'm using py-amqplib to interface with RabbitMQ.
Any thoughts?
© Stack Overflow or respective owner