Name

XATopicConnection

Synopsis

An XATopicConnection represents a Connection to a transactional provider of publish/subscribe messaging. It extends the TopicConnection interface with a createXATopicSession() method, which creates a transactional XATopicSession.

                  Implementations
public interface XATopicConnection extends javax.jms.XAConnection, TopicConnection {
// Public Instance Methods
   public abstract TopicSession createTopicSession(
        boolean transacted, 
        int acknowledgeMode) throws JMSException;  
   public abstract XATopicSession createXATopicSession(
        ) throws JMSException;  
}

Returned By

XATopicConnectionFactory.createXATopicConnection()

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.