Hi,

Camel can expose itself onto a MBeanServer, and that's how you see them in
jconsole. You can get to the MBeanServer through
camelContext.getManagementStrategy().getManagementAgent().getMBeanServer().
Once you have that, you can use the standard MBeanServer API to query any of
those mbean you see in jconsole with its ObjectName.

--
Zemian



--
View this message in context: 
http://camel.465427.n5.nabble.com/API-to-determine-the-last-time-a-route-was-successfully-executed-tp5741686p5741720.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to