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