Uses of Interface
javax.jms.XAJMSContext
-
-
Uses of XAJMSContext in javax.jms
Methods in javax.jms that return XAJMSContext Modifier and Type Method Description XAJMSContext
XAConnectionFactory. createXAContext()
Creates aXAJMSContext
with the default user identityXAJMSContext
XAConnectionFactory. createXAContext(java.lang.String userName, java.lang.String password)
Creates a JMSContext with the specified user identity
-