Figured it out.  The abstract class that I wrote had a
@ManagedResource annotation in it that messed everything up.  Not sure
why, but it did.



On Tue, May 10, 2011 at 10:45 AM, Mark W <elihusma...@gmail.com> wrote:
> 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
>

Reply via email to