KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > XATopicConnection

javax.jms
Interface XATopicConnection

All Superinterfaces:
Connection, TopicConnection, XAConnection
See Also:
Top Examples, Source Code

public TopicSession createTopicSession(boolean transacted,
                                       int acknowledgeMode)
                                throws JMSException
See Also:
Session.DUPS_OK_ACKNOWLEDGE, Session.CLIENT_ACKNOWLEDGE, Session.AUTO_ACKNOWLEDGE, TopicConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public XATopicSession createXATopicSession()
                                    throws JMSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags