skyscreamer / nevado

A JMS driver for Amazon SQS.

Home Page:http://nevado.skyscreamer.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMS 1.1 - Section 1.4.4 - JTA

carterpage opened this issue · 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.