Re: Message is processed twice when rollback occurs

2009-10-08 Thread Charles Moulliard
I was also very surprised myself. This is a good idea to have modular architecture where the application is deployed as separate bundles but when you have to redeploy or update part of a project, sometimes you forget to check / verify this kind of configuration defined in a xml file embedded in a j

Re: Message is processed twice when rollback occurs

2009-10-08 Thread Claus Ibsen
On Thu, Oct 8, 2009 at 9:44 AM, Charles Moulliard wrote: > Forget my post. The maximum redeliveries was not setted to ZERO but 1. > Great that you found the issue. And glad it seems to work. As we do got a ton of testing in this area so I was a bit surprised if there was an issue. > Charles Moul

Re: Message is processed twice when rollback occurs

2009-10-08 Thread Charles Moulliard
Forget my post. The maximum redeliveries was not setted to ZERO but 1. Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard On Tue, Oct 6, 2009 at 5:46 PM, Charles Moulli

Message is processed twice when rollback occurs

2009-10-06 Thread Charles Moulliard
I'm faced to a strange problem. I see that a message posted in a queue is processed twice in a Camel route after an error has been raised with a rollback queueRequestEndpoint = activemq:x3s:request queueReportingEndpoint = activemq:x3s:reporting queueRequestMessageEndpoint = activemq:x3s:requestme