Uses of Interface
jakarta.jms.QueueBrowser
-
Packages that use QueueBrowser Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client -
-
Uses of QueueBrowser in jakarta.jms
Methods in jakarta.jms that return QueueBrowser Modifier and Type Method Description QueueBrowserJMSContext. createBrowser(Queue queue)Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueBrowserJMSContext. createBrowser(Queue queue, String messageSelector)Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.QueueBrowserQueueSession. createBrowser(Queue queue)Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueBrowserQueueSession. createBrowser(Queue queue, String messageSelector)Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.QueueBrowserSession. createBrowser(Queue queue)Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueBrowserSession. createBrowser(Queue queue, String messageSelector)Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector. -
Uses of QueueBrowser in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueBrowser Modifier and Type Class Description classActiveMQQueueBrowserActiveMQ Artemis implementation of a JMS QueueBrowser.Methods in org.apache.activemq.artemis.jms.client that return QueueBrowser Modifier and Type Method Description QueueBrowserActiveMQJMSContext. createBrowser(Queue queue)QueueBrowserActiveMQJMSContext. createBrowser(Queue queue, String messageSelector)QueueBrowserActiveMQSession. createBrowser(Queue queue)QueueBrowserActiveMQSession. createBrowser(Queue queue, String filterString)
-