Re: problem configuring durable subscriber with Spring and Atomikos (XA issue?)

2015-08-06 Thread vtapadia
Just for the sake of everyone, I was able to get the issue resolved by adding a additional bean @Bean(initMethod = "recoverResource") public ActiveMQResourceManager resourceManager() { ActiveMQResourceManager resourceManager = new ActiveMQResourceManager(); resourceManager.

Re: problem configuring durable subscriber with Spring and Atomikos (XA issue?)

2015-07-31 Thread vtapadia
Hi Max, Very old issue, but I am facing the exact same issue. The solution you have provided I guess removes the XA capabilities. Did you get it to work? Varesh -- View this message in context: http://activemq.2283324.n4.nabble.com/problem-configuring-durable-subscriber-with-Spring-and-Atom