Uses of Interface
jakarta.jms.XAConnection
-
Uses of XAConnection in jakarta.jms
Subinterfaces of XAConnection in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceAnXAQueueConnectionprovides the same create options asQueueConnection(optional).interfaceAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return XAConnectionModifier and TypeMethodDescriptionXAConnectionFactory.createXAConnection()Creates anXAConnectionwith the default user identity.XAConnectionFactory.createXAConnection(String userName, String password) Creates anXAConnectionwith the specified user identity.