public class JmsDurableTopicSubscriber extends JmsTopicSubscriber implements AutoCloseable
acknowledgementMode, availableListener, closed, connection, consumerInfo, failureCause, lock, messageListener, messageQueue, session, started, suspendedConnection
Constructor and Description |
---|
JmsDurableTopicSubscriber(JmsConsumerId id,
JmsSession s,
JmsDestination destination,
String name,
boolean noLocal,
String selector) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDurableSubscription() |
getNoLocal, getTopic
checkClosed, checkMessageListener, close, doClose, getAvailableListener, getConsumerId, getDestination, getMessageListener, getMessageQueueSize, getMessageSelector, getPrefetchSize, init, isBrowser, isNoLocal, isPullConsumer, onConnectionInterrupted, onConnectionRecovered, onConnectionRecovery, onConnectionRestored, onInboundMessage, performPullIfRequired, receive, receive, receiveNoWait, redeliveryExceeded, setAvailableListener, setMessageListener, shutdown, shutdown, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public JmsDurableTopicSubscriber(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, boolean noLocal, String selector) throws javax.jms.JMSException
javax.jms.JMSException
public boolean isDurableSubscription()
isDurableSubscription
in class JmsMessageConsumer
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.