Uses of Interface
javax.jms.QueueBrowser
-
Uses of QueueBrowser in javax.jms
Methods in javax.jms that return QueueBrowserModifier and TypeMethodDescriptionQueueSession.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueSession.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.Session.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.Session.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.