Re: Custom logging of exceptions by file component

2013-07-04 Thread Nuno Santos
Problem solved, I found out that we can use allowRedeliveryWhileStopping() on the error handler to force shutdown of a route even with pending exchanges. So now it works nicely. Nuno -- View this message in context: http://camel.465427.n5.nabble.com/Custom-logging-of-exceptions-by-file

Re: Custom logging of exceptions by file component

2013-07-04 Thread Nuno Santos
some way making Camel shutdown the server even if some routes have pending exchanges? Or even better, to specify a shutdown handler for a route, so I can cleanup pending exchanges? Thank you, Nuno -- View this message in context: http://camel.465427.n5.nabble.com/Custom-logging-of-exceptio

Re: Custom logging of exceptions by file component

2013-07-03 Thread Christian Müller
e. If I don't mark it as handled, the exception will still be logged by > the file component after it rollsback. Is it possible to change the way > that > the File component logs these exceptions? > > Thank you advance > > > > -- > View this message in context: >

Re: Custom logging of exceptions by file component

2013-07-03 Thread Claus Ibsen
ed, the exception will still be logged by > the file component after it rollsback. Is it possible to change the way that > the File component logs these exceptions? > > Thank you advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com

Re: Custom logging of exceptions by file component

2013-07-03 Thread ltsallas
-logging-of-exceptions-by-file-component-tp5735152p5735154.html Sent from the Camel - Users mailing list archive at Nabble.com.

Custom logging of exceptions by file component

2013-07-03 Thread Nuno Santos
ged by the file component after it rollsback. Is it possible to change the way that the File component logs these exceptions? Thank you advance -- View this message in context: http://camel.465427.n5.nabble.com/Custom-logging-of-exceptions-by-file-component-tp5735152.html Sent from the Camel - User