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.
