XAResource
A MessageConsumer is a single-threaded context for receiving messages.
The XAResource is responsible for holding state relating to a given transaction. It implements
javax.transaction.xa.XAResource
Instances of this class are physically constructed by the Session delegate (
org.jboss.jms.delegate.SessionDelegate
). It will be implemented as an alternate entry point into the Session.
Comments