| Package | Description |
|---|---|
| javax.jms |
JMS 1.1 API.
|
| org.hornetq.jms.client |
Implementation of the JMS API.
|
| Modifier and Type | Method and Description |
|---|---|
QueueBrowser |
Session.createBrowser(Queue queue)
Creates a
QueueBrowser object to peek at the messages on
the specified queue. |
QueueBrowser |
QueueSession.createBrowser(Queue queue)
Creates a
QueueBrowser object to peek at the messages on
the specified queue. |
QueueBrowser |
Session.createBrowser(Queue queue,
String messageSelector)
Creates a
QueueBrowser object to peek at the messages on
the specified queue using a message selector. |
QueueBrowser |
QueueSession.createBrowser(Queue queue,
String messageSelector)
Creates a
QueueBrowser object to peek at the messages on
the specified queue using a message selector. |
| Modifier and Type | Class and Description |
|---|---|
class |
HornetQQueueBrowser
HornetQ implementation of a JMS QueueBrowser.
|
| Modifier and Type | Method and Description |
|---|---|
QueueBrowser |
HornetQSession.createBrowser(Queue queue) |
QueueBrowser |
HornetQSession.createBrowser(Queue queue,
String filterString) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.