Uses of Interface
javax.jms.XAConnection
-
Uses of XAConnection in javax.jms
Subinterfaces of XAConnection in javax.jmsModifier and TypeInterfaceDescriptioninterface
AnXAQueueConnection
provides the same create options asQueueConnection
(optional).interface
AnXATopicConnection
provides the same create options asTopicConnection
(optional).Methods in javax.jms that return XAConnectionModifier and TypeMethodDescriptionXAConnectionFactory.createXAConnection()
Creates anXAConnection
with the default user identity.XAConnectionFactory.createXAConnection
(String userName, String password) Creates anXAConnection
with the specified user identity.