Uses of Interface
jakarta.jms.XAConnection
-
Packages that use XAConnection Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client -
-
Uses of XAConnection in jakarta.jms
Subinterfaces of XAConnection in jakarta.jms Modifier and Type Interface Description interfaceXAQueueConnectionAnXAQueueConnectionprovides the same create options asQueueConnection(optional).interfaceXATopicConnectionAnXATopicConnectionprovides the same create options asTopicConnection(optional).Methods in jakarta.jms that return XAConnection Modifier and Type Method Description XAConnectionXAConnectionFactory. createXAConnection()Creates anXAConnectionwith the default user identity.XAConnectionXAConnectionFactory. 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 XAConnection Modifier and Type Class Description classActiveMQXAConnectionActiveMQ Artemis implementation of a JMS XAConnection.Methods in org.apache.activemq.artemis.jms.client that return XAConnection Modifier and Type Method Description XAConnectionActiveMQConnectionFactory. createXAConnection()XAConnectionActiveMQConnectionFactory. createXAConnection(String username, String password)
-