public final class ActiveMQQueueBrowser extends Object implements javax.jms.QueueBrowser
| Modifier | Constructor and Description |
|---|---|
protected |
ActiveMQQueueBrowser(ConnectionFactoryOptions options,
ActiveMQQueue queue,
String messageSelector,
ClientSession session,
boolean enable1xPrefixes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Enumeration |
getEnumeration() |
String |
getMessageSelector() |
javax.jms.Queue |
getQueue() |
String |
toString() |
protected ActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, String messageSelector, ClientSession session, boolean enable1xPrefixes) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic void close()
throws javax.jms.JMSException
close in interface AutoCloseableclose in interface javax.jms.QueueBrowserjavax.jms.JMSExceptionpublic Enumeration getEnumeration() throws javax.jms.JMSException
getEnumeration in interface javax.jms.QueueBrowserjavax.jms.JMSExceptionpublic String getMessageSelector() throws javax.jms.JMSException
getMessageSelector in interface javax.jms.QueueBrowserjavax.jms.JMSExceptionpublic javax.jms.Queue getQueue()
throws javax.jms.JMSException
getQueue in interface javax.jms.QueueBrowserjavax.jms.JMSExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.