According with dead letter channel definition if you can't deliver message, it may be elect to move the message to a dead letter channel. With camel you can use different redelivery policy to do it .
>From your message seems to understand that you don't want loose message when something bad happens. I this case http://www.enterpriseintegrationpatterns.com/TransactionalClient.html can help you to resolve your need Is it ok for you ? Chees --Filippo 2012/6/23 E.Gherardini <e.gherard...@hotmail.com>: > Or, to better say, I would like to instruct the Camel > DeadletterChannelErrorHandler to resent the message to the inbound queue > when redelivering, and to the dead letter queue when all redeliveries > failed. > > is this possible ? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-2-9-1-DeadLetterChannel-infinite-loop-tp5714961p5714970.html > Sent from the Camel - Users mailing list archive at Nabble.com.