Hi Its only processors in routes that gets enlisted in JMX.
On Wed, Jul 29, 2015 at 11:26 AM, Bharath <bharath4...@gmail.com> wrote: > Hi, > I am trying to use one processor in OnException as below > > onException(ValidationException.class) > .handled(true) > .process(filesFailedStatistics); > > from(FILE_COMPONENT + inputDirectory + getOptions()) > .routeId(routeId) > .process(filesTransformedStatistics) > > If I try to view the processors in JConsole am able to see only > "filesTransformedStatistics" but where as "filesFailedStatistics" is not > coming in Jconsole > > As per Camel documentation I am using @ManagedResource in both the > Processors > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JMX-statistics-problem-with-onException-tp5770062.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2nd edition: http://www.manning.com/ibsen2