Hi I am trying to implement Camel throttler in a multi clustered environment along with ActiveMQ.
I heard that camel is not cluster aware since it is a local throttle. This means that the throttler will apply the throttling limitation on each cluster instead of considering all the clusters as a single logical unit and apply throttling limit as a whole. For example if I set the throttling for a particular queue as 10 per every minute and there are 3 clusters, the throttler will limit as 10 per minute per cluster (which makes it as 30 per minute as a whole) instead of throttling 10 per minute for the queue irrespective of the no. of clustorss Since I use activeMQ, I am curious to know whether there is a feature in activeMq which will help to achive this. Any suggestions are appreciated. Thanks and Regards Poorna -- View this message in context: http://www.nabble.com/Is-there-a-feature-in-ActiveMQ-which-helps-in-making-Camel-throttler-to-work-in-clustered-environment--tp18652137p18652137.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.