MailConsumer should log exception in processRollback ----------------------------------------------------
Key: CAMEL-2344 URL: https://issues.apache.org/activemq/browse/CAMEL-2344 Project: Apache Camel Issue Type: Improvement Components: camel-mail Affects Versions: 2.0.0 Reporter: Jörn Kottmann Priority: Trivial The MailConsumer logs in the rollback case the exchange (line 162 in revision 893983) but the exchange contains (usually ?) an exception which is not logged. In my case the exception is thrown from a custom Expression which splits a mail message. Only a rollback warning which contains the headers of the mail message is logged which makes finding the actual cause difficult. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.