Uses of Interface
jakarta.jms.XAConnection
Packages that use 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
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.