public interface TopicConnection extends TopicConnection
| Modifier and Type | Method and Description |
|---|---|
TopicSession |
createTopicSession(int acknowledgeMode)
Creates a
TopicSession object. |
createConnectionConsumer, createDurableConnectionConsumer, createTopicSessionclose, createConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stopTopicSession createTopicSession(int acknowledgeMode) throws JMSException
TopicSession object.acknowledgeMode - indicates whether the consumer or the
client will acknowledge any messages it receives;
Legal values are Session.AUTO_ACKNOWLEDGE,
Session.CLIENT_ACKNOWLEDGE,
Session.DUPS_OK_ACKNOWLEDGE, and
com.sun.messaging.jms.Session.NO_ACKNOWLEDGEJMSException - if the TopicConnection object fails
to create a session due to some internal error or
lack of support for the specific transaction
and acknowledgement mode.JMSExceptionSession.AUTO_ACKNOWLEDGE,
Session.CLIENT_ACKNOWLEDGE,
Session.DUPS_OK_ACKNOWLEDGE,
Session.NO_ACKNOWLEDGECopyright (c) 2013, Oracle and/or its affiliates. All rights reserved.