Hi Chris,

no I never got any answers. So I ended up using the activeMq connection
factory instead of the Atomikos one, like so:

<bean id="jmsListenerConnectionFactory"
class="org.apache.activemq.ActiveMQXAConnectionFactory">
                <property name="brokerURL" value="${jms.brokerURL}" />
                <property name="userName" value="${jms.username}" />
                <property name="password" value="${jms.password}" />
                <property name="clientID" value="msgListener" />
        </bean>

That solved the problem for the moment being, although I have not completed
load tests and various JMS transaction exception tests, so I'm not 100% sure
this will work...
Please share any success or failures on your behalf with this setup.

Max



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/problem-configuring-durable-subscriber-with-Spring-and-Atomikos-XA-issue-tp4654049p4657906.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to