same as here: http://stackoverflow.com/questions/24755796/how-to-expose-camel-producer-with-jmx (if you want points ;-))
I read the documentation about camel jmx. In my case i want to expose some attributes and operations of a Producer (made a custom component). There seems to be no example for jmx on producers and all screenshots showing jConsole i saw doesn't show a "folder" producers (while consumers and endpoints are present). But i tried to annotate my producer class with @ManagedResource, @ManagedAttribute and @ManagedOperation but it doesn't work (or where to look in jconsole?) Some ducumentations mention an interface to be implemented "ManagementAware" but this is deprecated. So how to expose producers with jmx? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-expose-camel-producer-with-jmx-tp5753833.html Sent from the Camel - Users mailing list archive at Nabble.com.
