Hello,

suppose you have these routes and you have JMS transactions configured in a
spring context definition file :

/from("file:{{inputDir}}").wireTap("activemq:log").to("file:{{outputDir}}");

from("activemq:log").beanRef("logger", "log");/


Now, suppose you have an exception in the wireTap when sending a copy of the
exchange to the log queue.

My question is : what about the copied exchange (assuming that the thread
pool is not exhausted) ?

How is the exception propagated ?


Regards
J-M



--
View this message in context: 
http://camel.465427.n5.nabble.com/exception-in-the-wireTap-EIP-tp5566464p5566464.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to