On 19/11/2007, James Strachan <[EMAIL PROTECTED]> wrote: > On 19/11/2007, m081072 <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Please can you tell me if its possible to attach to the message the > > exception that caused it to be put in the dead letter queue? What I would > > like to be able to do is to view the messages in the DLQ and find the root > > cause of their failures. > > Good idea. > > I've raised a JIRA - I've started a patch, will try finish it tomorrow... > https://issues.apache.org/activemq/browse/CAMEL-238
I've just applied a patch if you want to give it a try; the Exchange should have the CamelCauseException property defined on it when its receive by the dead letter channel endpoint which you can transform or format however you wish. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
