Tagged Questions
0
votes
2answers
866 views
RabbitMQ: Are multiple consumers on one queue using a non-polling strategy possible?
we use RabbitMQ to send jobs from a producer on one machine, to a small group of consumers distributed across several machines.
The producer generates jobs and places them on the queue, and the ...