public interface SolMessageConsumerIF extends MessageConsumer, SolCloseableIF
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint() |
boolean |
getNoLocal() |
boolean |
isDurable() |
boolean |
isTemporaryQueueUsed(SolTemporaryQueueIF queue) |
boolean |
isTemporaryTopicUsed(SolTemporaryTopicIF topic) |
void |
recover() |
void |
start() |
void |
stop() |
boolean |
stopSyncStart() |
void |
stopSyncWait() |
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListenercloseEndpoint getEndpoint()
boolean isDurable()
void recover()
throws JMSException
JMSExceptionvoid start()
throws JMSException
JMSExceptionvoid stop() throws JMSException
JMSExceptionboolean stopSyncStart()
throws JMSException
JMSExceptionvoid stopSyncWait()
throws JMSException
JMSExceptionboolean isTemporaryQueueUsed(SolTemporaryQueueIF queue)
boolean isTemporaryTopicUsed(SolTemporaryTopicIF topic)
boolean getNoLocal()
throws JMSException
JMSExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.