Configure your RedeliveryPolicy to increase the number of retries and time between retries. See http://activemq.apache.org/redelivery-policy.html and http://activemq.apache.org/message-redelivery-and-dlq-handling.html for more. On Aug 27, 2011, at 7:14 AM, Sureshv Vis wrote:
> hi, > > we are trying to route message between 2 broker using camel route, we want to > maintain transaction as we cant loss message. > Camel route with transact enabled pushes the failed delivery message in > default DLQ, but what we need is not to unack the message from real queue > while destination is down or failed delivery. > > any suggestion or doc will be really helpful. > > > >