|
JMS 1.1 API Specification |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageConsumer in javax.jms |
Subinterfaces of MessageConsumer in javax.jms | |
interface |
QueueReceiver
A client uses a QueueReceiver object to receive messages that
have been delivered to a queue.
|
interface |
TopicSubscriber
A client uses a TopicSubscriber object to receive messages that
have been published to a topic. |
Methods in javax.jms that return MessageConsumer | |
javax.jms.MessageConsumer |
Session.createConsumer(javax.jms.Destination destination)
Creates a MessageConsumer for the specified destination.
|
javax.jms.MessageConsumer |
Session.createConsumer(javax.jms.Destination destination,
String messageSelector)
Creates a MessageConsumer for the specified destination,
using a message selector.
|
javax.jms.MessageConsumer |
Session.createConsumer(javax.jms.Destination destination,
String messageSelector,
boolean NoLocal)
Creates MessageConsumer for the specified destination, using a
message selector. |
|
JMS 1.1 API Specification |
|||||||||
PREV NEXT | FRAMES NO FRAMES |