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.

Reply via email to