Name

XAQueueConnection

Synopsis

An XAQueueConnection is a Connection to a transactional provider of point-to-point messaging. It extends the QueueConnection interface with a createXAQueueSession() method, which creates a transactional XAQueueSession.

                  Implementations
public interface XAQueueConnection extends javax.jms.XAConnection, QueueConnection {
// Public Instance Methods
   public abstract QueueSession createQueueSession(
        boolean transacted, 
        int acknowledgeMode) throws JMSException;  
   public abstract XAQueueSession createXAQueueSession(
        ) throws JMSException;  
}

Returned By

XAQueueConnectionFactory.createXAQueueConnection()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.