Uses of Interface
javax.jms.MessageConsumer
-
-
Uses of MessageConsumer in javax.jms
Subinterfaces of MessageConsumer in javax.jms Modifier and Type Interface Description interfaceQueueReceiverA client uses aQueueReceiverobject to receive messages that have been delivered to a queue.interfaceTopicSubscriberA client uses aTopicSubscriberobject to receive messages that have been published to a topic.Methods in javax.jms that return MessageConsumer Modifier and Type Method Description MessageConsumerSession. createConsumer(Destination destination)Creates aMessageConsumerfor the specified destination.MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector)Creates aMessageConsumerfor the specified destination, using a message selector.MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector, boolean NoLocal)CreatesMessageConsumerfor the specified destination, using a message selector.
-