I'm writing a service and I need to use transactions for JDBC & JMS but not distributed.Is it possible use Spring @Transactional annotation on JMS Listener method for a JMS only Transacion using Bitronix or Atomikos since these 2 are also autoconfigured by Spring ?
As far as I know, when I add this dependency, my dataBase transaction also became XA.
What are my options ?