Does adding 'from' clause changes semantics?
I tried to use thread pool and it works if I specify:
XXX.setBody(body(String.class)).to("seda:test");
from("seda:test").thread(3).XXX
but it does not work when I use it like this:
XXX.setBody(body(String.class)).to("seda:test").thread(3).XXX
why is that?
--
View this message in context:
http://www.nabble.com/%27from%27-changes-semantics--tp19743553s22882p19743553.html
Sent from the Camel - Users mailing list archive at Nabble.com.
