Hi

I need to interact with a vendor product which exposes a number of readable
mbean attributes. Unfortunatly, no notifications exist for these attributes.
I need to poll these managed attributes every 2 mins to see if any have
updated. 

Since the JMX component does not appear to support polling I was planning on
writing my own custom component which has a scheduledpoll consumer which
runs every 2 mins and has an MBeanServerConnection and just queries the
attribute of interest and forwards to a processor.

This is what I was planning on doing. However, just wanted to check as it
seems a little strange that I am not using the JMX component with camel as
it only appears to support notifications

Thanks
Joe



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-JMX-Component-query-tp5716558.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to