[
https://issues.apache.org/activemq/browse/CAMEL-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50607#action_50607
]
Claus Ibsen commented on CAMEL-1463:
------------------------------------
Its the {{InstrumentationErrorHandlerWrappingStrategy}} that is the culprint.
With JMX enable camel context gets this strategy added that skips interceptors.
But with no JMX we do not have a such a strategy and thus a default error
handler is added
> JMX instrumentation - will add DeadLetterChannel even if you have defined to
> use NoErrorHandler
> -----------------------------------------------------------------------------------------------
>
> Key: CAMEL-1463
> URL: https://issues.apache.org/activemq/browse/CAMEL-1463
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 1.6.0
> Reporter: Claus Ibsen
> Fix For: 2.0.0, 1.6.1
>
>
> See nabble:
> http://www.nabble.com/StreamCaching-in-Camel-1.6-td22305654s22882.html
> I will add an unit test that demonstrates this:
> org.apache.camel.processor.ChoiceNoErrorHandlerTest
> The route should at all time *not* contain any error handler at all,
> regardless wether JMX is enabled or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.