Re: Propagate exceptions from Camel to wrapping main method?

2010-12-03 Thread Claus Straube

Hi.

I think one way to do this is:

onException(OutOfMemoryError.class)
.to(xxx);

You can replace xxx with a component that fits best for your case. 
Perhaps a bean call if you've something like a spring context.


Best regards - Claus

On 03.12.2010 11:37, Andreas A. wrote:

Hi

I have a standalone Camel application:

A java main method with a Camel Main class that starts two different
contexts.

In case of an OutOfMemoryError I would like to propagate this Error from
Camel to the enclosing java main method. How can I propagate Errors and
Exceptions "out" of the Camel errorhandling?


Propagate exceptions from Camel to wrapping main method?

2010-12-03 Thread Andreas A.

Hi

I have a standalone Camel application:

A java main method with a Camel Main class that starts two different
contexts.

In case of an OutOfMemoryError I would like to propagate this Error from
Camel to the enclosing java main method. How can I propagate Errors and
Exceptions "out" of the Camel errorhandling?
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Propagate-exceptions-from-Camel-to-wrapping-main-method-tp3290676p3290676.html
Sent from the Camel - Users mailing list archive at Nabble.com.