AMQ-2659 - fix camel route config to reflect revised behaviour

This commit is contained in:
gtully 2018-07-30 14:07:01 +01:00
parent 7974e8c099
commit 18543080a0
1 changed files with 1 additions and 1 deletions

View File

@ -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&amp;jms.xaAckMode=1"/>
<property name="userName" value="karaf" />
<property name="password" value="karaf" />