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