Hi Currently there is no error handling being triggered when sending. I have logged a JIRA https://issues.apache.org/jira/browse/CAMEL-5090
You can send to another route using direct endpoint, then you will have error handling. On Thu, Mar 15, 2012 at 12:00 AM, jmh <[email protected]> wrote: > 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. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
