RabbitMQ Threading Model
Categories: BigData, Java, Programming
I recently had to process multiple messages in parallel from a single RabbitMQ queue. The official docs are sadly lacking in this area, so I did some investigation and found out some interesting things.
While on the subject of RabbitMQ, I have also written a brief summary of RabbitMQ Exchanges and Queues.