Hi Thanks for reporting I have reproduced the issue - its a bug when using xml dsl. It works in java https://issues.apache.org/jira/browse/CAMEL-8665
On Fri, Apr 17, 2015 at 3:50 PM, Alex Cali <[email protected]> wrote: > The bean should return a number > 0, the class is fairly simple: > > > public class ConfigurationSource { > private long messagesPerSecond = 10; > > public long getMessagesPerSecond() { > return messagesPerSecond; > } > > } > > Alex > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Throtteling-and-dynamically-changing-MaxRequestsPerPeriod-via-Bean-tp5765952p5765956.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
