RabbitMQ serializing messages from queue with multiple consumers
- by Refefer
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?