Hi fachhoch,

the example Willem mentioned is good matching case you could consider to
walk through. However in that example there's no asynchronous invocation of
the banks (which's apparently what you want to have) as multicast() invokes
the endpoints one after the other, so that in your case you should add
parallelProcessing() into your DSL, something like:

from("...").multicast().parallelProcessing().to("...", "...");

Babak


--
View this message in context: 
http://camel.465427.n5.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5061070.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to