Hi,
  I am trying to change the value of the constant value of 30 defined in the
below xml snippet via MBean through jconsole but do not know how to do it
since I don't see this value being shown in the MBean attributes.
mbeanattributes.png
<http://camel.465427.n5.nabble.com/file/n5789670/mbeanattributes.png>  

<route>
  <from uri="activemq:RAMFixOutputQueueLimited"/>
  
  <throttle id="ramThrottler" timePeriodMillis="100">
      <constant>30</constant>
      <to uri="activemq:RAMFixOutputQueue"/>
      </throttle>
</route>







--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-change-MaximumRequestsPerPeriod-via-JMX-tp5789670.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to