On Tue, Apr 24, 2012 at 3:36 PM, Narita Bagchi <[email protected]> wrote: > We have migrated our application to use Camel 2.9.0 from Camel 1.6.4. We were > using JMX- MeanProcessingRate, for display puropose along with other > attributes. Is there a way I can get this value? >
See the JMX docs http://camel.apache.org/camel-jmx.html And just fire up jconsole or something and see what stats is there out of the box. The mbean API is in the javadoc, and for performance stats its http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/api/management/mbean/ManagedPerformanceCounterMBean.html > Thanks. > Narita > > > ________________________________ > ***The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review,retransmission,dissemination or other use of, or taking > of any action in reliance upon, this information by persons or entities other > than the intended recipient is prohibited. If you received this in error, > please contact the sender and delete the material from any computer.*** -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
