@anoordover : unfortunately, i can not run my application with Camel 2.7.5 but i'll try as soon as possible with this version.
BTW, i set ActiveMQ logs into DEBUG and i see something strange (maybe it is not) : 2012-01-20 11:56:50,476 | DEBUG | *queue://traiterReponse remove sub*: QueueSubscription: consumer=ID:dune-pc-dev-49-48540-1327056659376-0:6:2:217, destinations=1, dispatched=0, delivered=0, pending=0, lastDeliveredSeqId: 0, dequeues: 1, dispatched: 1, inflight: 0 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///127.0.0.1:44072 2012-01-20 11:56:50,476 | DEBUG | localhost* adding consumer*: ID:dune-pc-dev-49-48540-1327056659376-0:3:1:219 *for destination: queue://traiterReponse* | org.apache.activemq.broker.region.AbstractRegion | ActiveMQ Transport: tcp:///127.0.0.1:44069 2012-01-20 11:56:50,478 | DEBUG | *queue://traiterReponse add sub*: QueueSubscription: consumer=ID:dune-pc-dev-49-48540-1327056659376-0:3:1:219, destinations=0, dispatched=0, delivered=0, pending=0, dequeues: 1, dispatched: 1, inflight: 0 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///127.0.0.1:44069 2012-01-20 11:56:51,480 | DEBUG | *queue://traiterReponse remove sub*: QueueSubscription: consumer=ID:pc-dev-49-48540-1327056659376-0:3:1:219, destinations=1, dispatched=0, delivered=0, pending=0, lastDeliveredSeqId: 0, dequeues: 1, dispatched: 1, inflight: 0 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///127.0.0.1:44069 2012-01-20 11:56:51,480 | DEBUG | localhost *adding consumer*: ID:dune-pc-dev-49-48540-1327056659376-0:8:2:77* for destination: queue://traiterReponse* | org.apache.activemq.broker.region.AbstractRegion | ActiveMQ Transport: tcp:///127.0.0.1:44074 2012-01-20 11:56:51,482 | DEBUG | *queue://traiterReponse add sub*: QueueSubscription: consumer=ID:dune-pc-dev-49-48540-1327056659376-0:8:2:77, destinations=0, dispatched=0, delivered=0, pending=0, dequeues: 1, dispatched: 1, inflight: 0 | org.apache.activemq.broker.region.Queue | ActiveMQ Transport: tcp:///127.0.0.1:44074 Every second, this message happens for all queues managed in my application. Isn't it a potential problem ? -- View this message in context: http://camel.465427.n5.nabble.com/Redelivery-with-multiple-transacted-routes-tp5158209p5160128.html Sent from the Camel - Users mailing list archive at Nabble.com.
