Uses of Interface
jakarta.jms.XAConnection
Packages that use XAConnection
Package
Description
-
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. -
Uses of XAConnection in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement XAConnectionModifier and TypeClassDescriptionfinal classActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return XAConnectionModifier and TypeMethodDescriptionActiveMQConnectionFactory.createXAConnection()ActiveMQConnectionFactory.createXAConnection(String username, String password) -
Uses of XAConnection in org.apache.activemq.artemis.ra
Subinterfaces of XAConnection in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceA joint interface forXATopicConnectionandXAQueueConnection.Classes in org.apache.activemq.artemis.ra that implement XAConnectionModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Methods in org.apache.activemq.artemis.ra that return XAConnectionModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createXAConnection()Creates anXAConnectionwith the default user identity.ActiveMQRAConnectionFactoryImpl.createXAConnection(String userName, String password) Creates anXAConnectionwith the specified user identity.