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.JMSException
public void close() throws javax.jms.JMSException
close
in interface AutoCloseable
close
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public Enumeration getEnumeration() throws javax.jms.JMSException
getEnumeration
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public String getMessageSelector() throws javax.jms.JMSException
getMessageSelector
in interface javax.jms.QueueBrowser
javax.jms.JMSException
public javax.jms.Queue getQueue() throws javax.jms.JMSException
getQueue
in interface javax.jms.QueueBrowser
javax.jms.JMSException
Copyright © 2020 The Apache Software Foundation. All rights reserved.