On Mon, Oct 26, 2009 at 10:06 AM, BAltmiks <[email protected]> wrote: > > Hello, > > is there something similar to Hibernates > org.hibernate.jmx.StatisticsServiceMBean in Camel? >
Yeah take a look at http://camel.apache.org/management-example.html http://camel.apache.org/camel-jmx.html And the classes here https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/management/mbean/ For example the ManagedPerformanceCounter has many stats > Thanks, > Bernd > -- > View this message in context: > http://www.nabble.com/Camel-MBean-like-Hibernates-org.hibernate.jmx.StatisticsServiceMBean-tp26056332p26056332.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
