Hi It's about the following ticket where I fixed and reenabled two itests:
https://issues.apache.org/jira/browse/CAMEL-5856 Now the problem is that *occasionally* instead of 1+6 deliveries we seem to get totally 6 deliveries through the AMQ, see the 2 TODO comments here: https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest/src/test/jav a/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java As an example this happened today on the CI-Server: https://builds.apache.org/job/Camel.trunk.fulltest.java7/org.apache.camel$c amel-itest/399/testReport/junit/org.apache.camel.itest.sql/FromJmsToJdbcIde mpotentConsumerToJmsTest/testJmsToJdbcJmsRollbackAtB/ If you're lucky you will be able to reproduce this on your workspace after couple of runs. To my understanding it's an issue by AMQ 5.7.0. Itself. Any AMQ Guru out there is very welcome to look into this and say why this happens from time to time. BTW I could not reproduce this behavior using the XA variant of this test as it *always* worked, but maybe that was just a matter of chance: https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest/src/test/jav a/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsXaTest.jav a Babak