Hi Claus ,

 I'm using DeadLetterChannel .Please find my configuration   

  <errorHandler id="retryHandler" type="DeadLetterChannel" 
onRedeliveryRef="redeliveryLogger" deadLetterUri="direct:email-error"
transactionManagerRef="">
                <redeliveryPolicy maximumRedeliveries="{{standardRetryLimit}}"
redeliveryDelay="{{standardRetryIntervalMs}}"   logRetryAttempted="true"
retryAttemptedLogLevel="WARN" />
          </errorHandler>

On any exception in my code  I'm handling the request to retryHandler



--
View this message in context: 
http://camel.465427.n5.nabble.com/DeadLetterQueue-Access-the-object-before-shutDown-tp5768069p5768227.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to