Repository: activemq Updated Branches: refs/heads/master 7974e8c09 -> 18543080a
AMQ-2659 - fix camel route config to reflect revised behaviour Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/18543080 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/18543080 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/18543080 Branch: refs/heads/master Commit: 18543080a04b3612708464eb32e9975a8eb974f6 Parents: 7974e8c Author: gtully <[email protected]> Authored: Mon Jul 30 14:07:01 2018 +0100 Committer: gtully <[email protected]> Committed: Mon Jul 30 14:07:01 2018 +0100 ---------------------------------------------------------------------- .../org/apache/activemq/karaf/itest/activemq-nd-camel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/18543080/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq-nd-camel.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq-nd-camel.xml b/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq-nd-camel.xml index 382e5ad..64b6c3a 100644 --- a/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq-nd-camel.xml +++ b/activemq-karaf-itest/src/test/resources/org/apache/activemq/karaf/itest/activemq-nd-camel.xml @@ -70,7 +70,7 @@ </broker> <bean id="activemqConnectionFactory" class="org.apache.activemq.ActiveMQXAConnectionFactory"> - <property name="brokerURL" value="tcp://localhost:61616?jms.dispatchAsync=false"/> + <property name="brokerURL" value="tcp://localhost:61616?jms.dispatchAsync=false&jms.xaAckMode=1"/> <property name="userName" value="karaf" /> <property name="password" value="karaf" />
