Hi,
i try to process in parallel 2 http request using SEDA component, but
only one message at time is processed.
Here my configuration, where i set concurrentConsumers=2 :
from("direct:parallelDirect")
.split(body(ArrayList.class))
.to("seda:parallelSeda?concurrentConsumers=2")
.to("direct:requestDirect");
What i must do, that 2 requests are processed in parallel ?
-----
kh
--
View this message in context:
http://camel.465427.n5.nabble.com/Parallel-processing-tp5745377.html
Sent from the Camel - Users mailing list archive at Nabble.com.