|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueReceiver | |
|---|---|
| javax.jms | This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. |
| Uses of QueueReceiver in javax.jms |
|---|
| Methods in javax.jms that return QueueReceiver | |
|---|---|
QueueReceiver |
QueueSession.createReceiver(Queue queue)
Creates a QueueReceiver object to receive messages from the
specified queue. |
QueueReceiver |
QueueSession.createReceiver(Queue queue,
String messageSelector)
Creates a QueueReceiver object to receive messages from the
specified queue using a message selector. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||