Can a JMS client obtain a JTA UserTransaction object?
Created May 4, 2012
Jerry Smith
The JMS specification does not require that JMS implementations support distributed transactions. If a JMS implementation supports distributed transactions, it's likely that it will do so through the JTA API, providing a JTA UserTransaction object via JNDI.