Uses of Interface
jakarta.jms.XAQueueConnection
Packages that use XAQueueConnection
Package
Description
-
Uses of XAQueueConnection in jakarta.jms
Methods in jakarta.jms that return XAQueueConnectionModifier and TypeMethodDescriptionXAQueueConnectionFactory.createXAQueueConnection()Creates an XA queue connection with the default user identity.XAQueueConnectionFactory.createXAQueueConnection(String userName, String password) Creates an XA queue connection with the specified user identity. -
Uses of XAQueueConnection in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement XAQueueConnectionModifier and TypeClassDescriptionfinal classActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return XAQueueConnectionModifier and TypeMethodDescriptionActiveMQConnectionFactory.createXAQueueConnection()ActiveMQConnectionFactory.createXAQueueConnection(String username, String password) -
Uses of XAQueueConnection in org.apache.activemq.artemis.ra
Subinterfaces of XAQueueConnection in org.apache.activemq.artemis.raModifier and TypeInterfaceDescriptioninterfaceA joint interface forXATopicConnectionandXAQueueConnection.Classes in org.apache.activemq.artemis.ra that implement XAQueueConnectionModifier and TypeClassDescriptionfinal classImplements the JMS Connection API and producesActiveMQRASessionobjects.Methods in org.apache.activemq.artemis.ra that return XAQueueConnectionModifier and TypeMethodDescriptionActiveMQRAConnectionFactoryImpl.createXAQueueConnection()Creates an XA queue connection with the default user identity.ActiveMQRAConnectionFactoryImpl.createXAQueueConnection(String userName, String password) Creates an XA queue connection with the specified user identity.