Uses of Interface
jakarta.jms.XAConnection
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
-
Uses of XAConnection in jakarta.jms
Modifier and TypeInterfaceDescriptioninterface
AnXAQueueConnection
provides the same create options asQueueConnection
(optional).interface
AnXATopicConnection
provides the same create options asTopicConnection
(optional).Modifier and TypeMethodDescriptionXAConnectionFactory.createXAConnection()
Creates anXAConnection
with the default user identity.XAConnectionFactory.createXAConnection
(String userName, String password) Creates anXAConnection
with the specified user identity.