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.
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