public class JmsTopicConnection extends JmsConnection implements AutoCloseable
| Constructor and Description |
|---|
JmsTopicConnection(String connectionId,
Provider provider,
IdGenerator clientIdGenerator) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionConsumer |
createConnectionConsumer(javax.jms.Queue queue,
String messageSelector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages) |
javax.jms.QueueSession |
createQueueSession(boolean transacted,
int acknowledgeMode) |
addConnectionListener, addDispatcher, addSession, checkClosed, checkClosedOrFailed, checkConsumeFromTemporaryDestination, close, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createSession, createTemporaryQueue, createTemporaryTopic, createTopicSession, deleteTemporaryDestination, getClientID, getCloseTimeout, getConfiguredURI, getConnectedURI, getConnectTimeout, getExceptionListener, getId, getMessageFactory, getMessageIDBuilder, getMetaData, getNextSessionId, getNextTransactionId, getPassword, getPrefetchPolicy, getQueuePrefix, getRedeliveryPolicy, getRequestTimeout, getSendTimeout, getSessionAcknowledgeMode, getTopicPrefix, getUsername, isClosed, isConnected, isExplicitClientID, isFailed, isForceAsyncAcks, isForceAsyncSend, isForceSyncSend, isLocalMessageExpiry, isLocalMessagePriority, isReceiveLocalOnly, isReceiveNoWaitLocalOnly, isStarted, isTemporaryDestinationDeleted, isValidatePropertyNames, onAsyncException, onConnectionEstablished, onConnectionFailure, onConnectionInterrupted, onConnectionRecovered, onConnectionRecovery, onConnectionRestored, onException, onException, onInboundMessage, onProviderException, onResourceRemotelyClosed, providerFailed, removeConnectionListener, removeDispatcher, removeSession, setClientID, setCloseTimeout, setConnectTimeout, setExceptionListener, setForceAsyncAcks, setForceAsyncSend, setForceSyncSend, setLocalMessageExpiry, setLocalMessagePriority, setPrefetchPolicy, setQueuePrefix, setReceiveLocalOnly, setReceiveNoWaitLocalOnly, setRedeliveryPolicy, setRequestTimeout, setSendTimeout, setTopicPrefix, setValidatePropertyNames, shutdown, shutdown, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic JmsTopicConnection(String connectionId, Provider provider, IdGenerator clientIdGenerator) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Queue queue,
String messageSelector,
javax.jms.ServerSessionPool sessionPool,
int maxMessages)
throws javax.jms.JMSException
createConnectionConsumer in interface javax.jms.QueueConnectioncreateConnectionConsumer in class JmsConnectionjavax.jms.JMSExceptionpublic javax.jms.QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws javax.jms.JMSException
createQueueSession in interface javax.jms.QueueConnectioncreateQueueSession in class JmsConnectionjavax.jms.JMSExceptionCopyright © 2013–2016 The Apache Software Foundation. All rights reserved.