I suggest something like:
from("cxf:bean:myService") // my preferred web service stack. See [1]
  .to("bean:processor") // can be a processor, bean, ... instance. See [2]
  .inOnly("seda:processAsync"); // or activemq, ... See [3], [4]

from("seda:processAsync")
  .to("...");

[1] http://camel.apache.org/cxf.html
[2] http://camel.apache.org/bean.html
[3] http://camel.apache.org/seda.html
[4] http://camel.apache.org/activemq.html

Best,
Christian



--
View this message in context: 
http://camel.465427.n5.nabble.com/Parallel-Route-processing-tp5730817p5730826.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to