See the javadoc at http://camel.apache.org/maven/current/camel-core/apidocs/index.html
There is JMX Api in the api.management package. You can see what JMX is available at runtime using jconsole or a web console like hawtio http://hawt.io/ >From java api you can get hold of CamelContext and access the inflight repo http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/spi/InflightRepository.html which has apis's to get number of total inflight messages and per route as well. On Tue, Dec 3, 2013 at 6:01 PM, Sameer <[email protected]> wrote: > Thanks alot for the reply.I am new to camel.can you tell me how to get > messages that are > currently in-flight on a route? what API I need to use to obtain the > information about the messages? > > Thanks, > Sameer > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Regarding-Thread-status-tp5744120p5744248.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
