JMS 1.1
API Specification

Uses of Interface
javax.jms.MessageConsumer

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

Sun Microsystems Inc. 2003.