skyscreamer/nevado

JMS 1.1 - Section 1.4.4 - JTA

carterpage opened this issue · 2 comments

"A JMS client may use JTA to delimit distributed transactions; however this is a function of the transaction environment the client is running in. It is not a feature of JMS.

A JMS provider can optionally support distributed transactions via JTA."

JTA support will probably not be a 1.0 feature.

Per section 2.8 (multithreading) the Session object is the class that JMS uses to support transactions.