Uses of Interface
javax.jms.QueueBrowser
-
-
Uses of QueueBrowser in javax.jms
Methods in javax.jms that return QueueBrowser Modifier and Type Method Description QueueBrowserQueueSession. createBrowser(Queue queue)Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueBrowserQueueSession. createBrowser(Queue queue, java.lang.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, java.lang.String messageSelector)Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.
-