javax.jms
Interface XATopicConnection
- public abstract interface XATopicConnection
- extends XAConnection, TopicConnection
An XATopicConnection provides the same create options as TopicConnection.
The only difference is that an XAConnection is by definition transacted.
- Version:
- 1.0 - 13 March 1998
- Author:
- Mark Hapner, Rich Burridge
- See Also:
XAConnection
createXATopicSession
public XATopicSession createXATopicSession()
throws JMSException
- Create an XATopicSession.
- Throws:
- JMSException - if JMS Connection fails to create a
XA topic session due to some internal error.