<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hello All,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a need to load balance consumers on a queue. I saw a similar thread last month-<br>http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-August/014533.html<br><br>My requirements are little different. Publisher ----&gt; sends messages ---&gt; Queue &lt;------ 1 or more consumers listens on this queue.<br><br>All my consumers are the same application. I need to load balance(simple round robin) the consumers so that my load gets distributed. For example if i have 2 consumers and publishers sends 2 messages to the queue, message 1 should go to consumer 1 and message 2 should to consumer 2 and this logic repeats.<br><br>Any idea/thoughts how i can achieve this in Rabbit MQ?<br><br>Thanks,<br>-Uday.<br></div></body></html>