Does anyone know if the pop operation on a RabbitMQ queue is atomic?
I have several processes reading from the same queue (the queue is marked as durable, running on version 2.0.0) and I am seeing some quite odd behaviour.
|
|
If your multiple processes are consuming messages from the same queue then they should never consume the same message. Here are the caveats, though:
|
|||||
|