JavaScript is disabled on your browser.
interface
The XAJMSContext
interface extends the capability of JMSContext
by adding access to a Jakarta Messaging provider's
support for the Java Transaction API (JTA) (optional).
Creates a JMSContext with the default user identity and an unspecified sessionMode.
Creates a JMSContext with the default user identity and the specified session mode.
Creates a JMSContext with the specified user identity and an unspecified sessionMode.
Creates a JMSContext with the specified user identity and the specified session mode.
Creates a new JMSContext
with the specified session mode using the same connection as this JMSContext
and creating a new session.
Returns the JMSContext
object associated with this XAJMSContext
.