Hum... I finally succeed in having a correct amq redelivery. And the problem was seemingly due to the logs of my previous post.
I found a post speaking of CACHE_CONSUMER and by adding the fowwing property to my jmscomponent <property name="cacheLevelName" value="CACHE_CONSUMER" /> i finally had the expected behaviour (and by the way the end of the infinite remove sub/add sub) :-) I'm going now to see what exactly does this option. Thanks all for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Redelivery-with-multiple-transacted-routes-tp5158209p5160334.html Sent from the Camel - Users mailing list archive at Nabble.com.
