Sure; https://issues.apache.org/activemq/browse/CAMEL-1851 https://issues.apache.org/activemq/browse/CAMEL-1851
Thanks Mark Claus Ibsen-2 wrote: > > Hi > > Could you create a JIRA ticket for this? > > > On Thu, Jul 23, 2009 at 8:00 PM, msjwhite<[email protected]> wrote: >> >> I've found that some of our routes are not getting instrumented using JMX >> and >> we get the following WARN for those on startup; >> >> InstrumentationLifecycleStrategy: Route has not been instrumented for >> endpoint: ... >> >> It turns out that its only those routes that have an onException handler >> as >> the first processor in the route, e.g. >> >> <route id="per-msg-route" errorHandlerRef="RouteErrorHandler"> >> <from uri="jms:MSG_IN"/> >> <onException> >> <exception>can.retry.Exception</exception> >> <redeliveryPolicy ref="UnlimitedRedeliveryPolicyConfig"/> >> <handled><constant>true</constant></handled> >> </onException> >> <bean ref="Formatter" method="formatInput"/> >> ...8<... >> >> >> Thanks >> Mark >> >> -- >> View this message in context: >> http://www.nabble.com/Routes-JMX-attributes-not-updated-in-2.0-M2-tp24631265p24631265.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >> > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > -- View this message in context: http://www.nabble.com/Routes-JMX-attributes-not-updated-in-2.0-M2-tp24631265p24640534.html Sent from the Camel - Users mailing list archive at Nabble.com.
