total number of messages in activemq

2014-11-19 Thread cool_rk
How can i calculate total number of messages in a activemq queue in camel. -- View this message in context: http://camel.465427.n5.nabble.com/total-number-of-messages-in-activemq-tp5759321.html Sent from the Camel - Users mailing list archive at Nabble.com.

route synchronization in camel

2014-11-18 Thread cool_rk
Hi I am creating a route to aggregate messages from jms queue. I want to aggregate messages after some fix count let's say i want to aggregate after 100 messages. So is their any way to stop jms queue lookup route when i aggregating my 100 messages in aggregator route. And after aggregation rou