On Fri, Mar 13, 2009 at 5:56 PM, Markus Reil <gistenju...@gmx.de> wrote:
>
> Hi,
>
> does anyone have an idea here please? I tried to configure a global
> errorHandler like
> errorHandler(loggingErrorHandler("com.kekaya.activemq"));
> or
> errorHandler(deadLetterChannel("direct:err").maximumRedeliveries(0));
> but the Exception still gets processed by camel's default DeadLetterChannel.
If you do NOT way any error handling in camel just set the error
handler to no error handler :)
Yeah maybe we need a nicer DSL for disabling it

errorHandler(noErrorHandler());

>
> Setting up a custom ExceptionListener did not change anything.
What do you mean? A onException or what?


>
> Any help is appreciated.
>
> Cheers,
> Markus
>
> --
> View this message in context: 
> http://www.nabble.com/Delayer%3A-%22Transport-disposed%22-at-JVM-Shutdown-tp22202167p22500700.html
> Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/

Reply via email to