Hi

Why dont you ask Camel and try it out :)

Yeah you can do request/reply over JMS.
So the client who invokes the cxf:bean:realTime web service, will wait
until the reply is send back,
which happens when that last step in the route is done (eg bean:reply).


On Tue, Jan 25, 2011 at 3:50 PM, Charles Moulliard <[email protected]> wrote:
>
> Hi,
>
> Can we chain InOut camel routes like that ?
>
> from(cxf:bean:realTime)
> .to(bean:validate)
> .inout(queue:in:realtime)
> .to(bean:reply);
>
> from(queue:in:realtime)
> .to(bean:enrich)
> .choice
> .when(destination = A)
> .to(bean:enrich)
> .inOut(queue:in:generatePDF) // generate PDF that we would like to returrn
> to WS RealTime
> ...;
>
> Regards,
>
> Charles Moulliard
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/WebService-chaining-of-InOut-tp3356386p3356386.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to