Hi
When I read documentation regarding the wiretap EIP it always looks like a
copy of the exchange is sent to another endpoint in a different thread.
Is it valid for me to wiretap and send to a number of endpoints
sequentially?
E.g.
from("direct:start")
.to("log:foo")
.wireTap("bean:bean1").*to("bean:bean2").to("bean:bean3").to("bean:bean4")*
.to("mock:result");
Thanks
Joe
--
View this message in context:
http://camel.465427.n5.nabble.com/Wiretap-query-tp5722510.html
Sent from the Camel - Users mailing list archive at Nabble.com.