I am planning on using the Mybatis as the ORM tool for my application, before I dive deep into the configuration, i'd like to know if there is a way I can do JMS + Mybatis into the same transaction(Like XA transaction or two phase commit)? If not, does spring JDBC support the above case?
I've looked up a few answers in the SO, but have not got a concrete answer to Mybatis related.
Referred:
Spring Transaction Synchonization of JDBC and JMS
IBM MQManager as XA Transaction Manager with Spring-jms and Spring-tx