Name

XATopicConnectionFactory

Synopsis

A XATopicConnectionFactory is a TopicConnectionFactory that creates XATopicConnections to a transactional publish/subscribe JMS provider.

                  Returned By
public interface XATopicConnectionFactory extends XAConnectionFactory, TopicConnectionFactory {
// Public Instance Methods
   public abstract XATopicConnection createXATopicConnection(
        ) throws JMSException;  
   public abstract XATopicConnection createXATopicConnection(
        String userName, 
        String password) throws JMSException;  
}

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.