Re: using camel to call multiple web services asynchronously

2011-12-09 Thread bvahdat
r 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-asynchronou

Re: using camel to call multiple web services asynchronously

2011-12-09 Thread Willem Jiang
calling multiple webservices asynchronously ? -- View this message in context: http://camel.465427.n5.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5059120.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Willem

Re: using camel to call multiple web services asynchronously

2011-12-09 Thread Freeman Fang
.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5059120.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http

Re: using camel to call multiple web services asynchronously

2011-12-08 Thread Claus Ibsen
you can use that API from a Java bean and invoke the 2 web services async, and assemble the replies using the Java API. Some details here http://camel.apache.org/async As well the JavaDoc of the ProducerTemplate > > -- > View this message in context: > http://camel.465427.n5.nabble.

Re: using camel to call multiple web services asynchronously

2011-12-08 Thread boday
ulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5059642.html Sent from the Camel - Users mailing list archive at Nabble.com.

using camel to call multiple web services asynchronously

2011-12-08 Thread fachhoch
reduced,does camel has anything inbuilt for calling multiple webservices asynchronously ? -- View this message in context: http://camel.465427.n5.nabble.com/using-camel-to-call-multiple-web-services-asynchronously-tp5059120p5059120.html Sent from the Camel - Users mailing list archive at