We have multiple consumers (workers) on activemq queue. The message groups secure that messages within one message group are delivered to one selected consumer. As we have multiple consumers the messages from different message groups can be processed in parallel. I expected the throttling is done per-thread basis but it's done per route basis http://stackoverflow.com/questions/24492763/throttling-with-concurrent-consumers.
-- View this message in context: http://camel.465427.n5.nabble.com/Throttling-per-activemq-consumer-tp5783432p5784442.html Sent from the Camel - Users mailing list archive at Nabble.com.