JBoss/JMS XAResource
The XAResource is responsible for holding state relating to a given transaction.
It is constructed by the Factory interceptor from the session.
It implements
javax.transaction.xa.XAResource
Implementation
It will be implemented as an alternate entry point into the Session.
Comments