Message Queue, v4.4 API Specification

Uses of Interface
javax.jms.MessageConsumer

Packages that use MessageConsumer
javax.jms The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. 
 

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
 MessageConsumer Session.createConsumer(Destination destination)
          Creates a MessageConsumer for the specified destination.
 MessageConsumer Session.createConsumer(Destination destination, java.lang.String messageSelector)
          Creates a MessageConsumer for the specified destination, using a message selector.
 MessageConsumer Session.createConsumer(Destination destination, java.lang.String messageSelector, boolean NoLocal)
          Creates MessageConsumer for the specified destination, using a message selector.
 


Message Queue, v4.4 API Specification

Copyright 2009 Sun Microsystems, Inc.
4150 Network Circle, Santa Clara, CA 95054, U.S.A. All Rights Reserved.