public final class ActiveMQQueueBrowser extends Object implements jakarta.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() |
jakarta.jms.Queue |
getQueue() |
String |
toString() |
protected ActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, String messageSelector, ClientSession session, boolean enable1xPrefixes) throws jakarta.jms.JMSException
jakarta.jms.JMSExceptionpublic void close()
throws jakarta.jms.JMSException
close in interface jakarta.jms.QueueBrowserclose in interface AutoCloseablejakarta.jms.JMSExceptionpublic Enumeration getEnumeration() throws jakarta.jms.JMSException
getEnumeration in interface jakarta.jms.QueueBrowserjakarta.jms.JMSExceptionpublic String getMessageSelector() throws jakarta.jms.JMSException
getMessageSelector in interface jakarta.jms.QueueBrowserjakarta.jms.JMSExceptionpublic jakarta.jms.Queue getQueue()
throws jakarta.jms.JMSException
getQueue in interface jakarta.jms.QueueBrowserjakarta.jms.JMSExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.