Throttler - Should be more dynamic and be able to throttle per message
correlation
----------------------------------------------------------------------------------
Key: CAMEL-1669
URL: https://issues.apache.org/activemq/browse/CAMEL-1669
Project: Apache Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Fix For: 2.0.0, 2.1.0, Future
The throttler in Camel is a bit to static. Its only accepts numeric values to
configure it.
And it throttle the same for all messages going through it.
What is needed to let it be more dynamic is:
- configuration using expression
- dynamic configuration at runtime, eg passing in new values in a message header
- notion of grouping by using a correlation expression so you can have
different QoS for different message groups
** eg gold, silver and bronze
See nabble:
http://www.nabble.com/Suggestions-on-setting-different-Throttler-values-per-Client-td23868691s22882.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.