Hi My requirement is:
i have an input queue of Active MQ 5.1. the messages keeps adding to it. These messages are to be consumed by 3 differerent consumers. But each consumer queue should have a limit to 2. If the consumer queue is full, the producer should stop sending messages to that queue and proceed with the others. I am trying to implement this functionality using round robin of Camel 1.5 like this. from(fromDest).loadBalance().roundRobin().to(loadbal1,loadbal2,loadbal3); Note: I haven't found any source to limit the size of consumer queue. Please help me. Thanks in advance. -- View this message in context: http://www.nabble.com/Problems-in-implementing-Loadbalance-using-ActiveMQ-and-Camel-tp22234799p22234799.html Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.