Uses of Interface
javax.jms.QueueBrowser
-
-
Uses of QueueBrowser in javax.jms
Methods in javax.jms that return QueueBrowser Modifier and Type Method Description QueueBrowser
QueueSession. createBrowser(Queue queue)
Creates aQueueBrowser
object to peek at the messages on the specified queue.QueueBrowser
QueueSession. createBrowser(Queue queue, java.lang.String messageSelector)
Creates aQueueBrowser
object to peek at the messages on the specified queue using a message selector.QueueBrowser
Session. createBrowser(Queue queue)
Creates aQueueBrowser
object to peek at the messages on the specified queue.QueueBrowser
Session. createBrowser(Queue queue, java.lang.String messageSelector)
Creates aQueueBrowser
object to peek at the messages on the specified queue using a message selector.
-