Can a JMS client obtain a JTA UserTransaction object?
Location: http://www.jguru.com/faq/view.jsp?EID=2594 Created: Dec 14, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) 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.