It sounds like you want to convert all your processors to behave 
asynchronously. Camel wraps this up for you with no changes to your 
implementation. All you need to do is ensure that you are using an asynchronous 
consumer. See http://camel.apache.org/asynchronous-processing.html

Elvio

-----Original Message-----
From: M314 [mailto:maciej.piet...@gmail.com] 
Sent: 14 July 2014 11:19
To: users@camel.apache.org
Subject: RE: How should look like exception route in asynchronous processing?

What about AsyncCallback class? Should I just make a empty implementation like 
this:

    new AsyncCallback() {
        public void done(boolean sync) {}
    }

and do not care about it, since I have exception handling already written in 
different route?



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-should-look-like-exception-route-in-asynchronous-processing-tp5753776p5753779.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to