There is a small problem with the camel-example-management.
The :
<throttle>
<constant>10</constant>
<to uri="activemq:queue:stock"/>
</throttle>
should be replaced with :
<throttle maximumRequestsPerPeriod="10" timePeriodMillis="1000">
Besides that it seems that the maximumRequestsPerPeriod and timePeriodMillis
is not showing up as managed attributes on JConsole - some jmx stuff problem
??
In running on camel 2.8-SNAPSHOT
/preben
--
View this message in context:
http://camel.465427.n5.nabble.com/management-example-problem-tp4436607p4436607.html
Sent from the Camel - Users mailing list archive at Nabble.com.