I have a bunch of processors that I have defined in a route that I manage through JMX. I recently upgraded to ActiveMQ 5.5.0 and Camel 2.7.0 and now I see that I don't have those operations anymore for the processors.
All of my processors extend an abstract class that I wrote, which implements org.apache.camel.Processor and org.apache.camel.Service. When I start ActiveMQ and then jconsole I will navigate to the MBeans tab. Then I select the org.apache.camel folder and then <my hostname>/<my camel context name>. I see all my processors, but when I expand any of the processors all I see now is "Notifications". I don't see any of the "start", "stop", "getMinProcessingTime"...etc. Is there something I must change in order to get this functionality back? Thanks, Mark