Re: Activemq and Camel transacted Route

2011-08-28 Thread Jason Whaley
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

Activemq and Camel transacted Route

2011-08-27 Thread Sureshv Vis
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 i