Uses of Interface
javax.jms.MessageConsumer
-
Uses of MessageConsumer in javax.jms
Subinterfaces of MessageConsumer in javax.jmsModifier and TypeInterfaceDescriptioninterfaceA client uses aQueueReceiverobject to receive messages that have been delivered to a queue.interfaceA client uses aTopicSubscriberobject to receive messages that have been published to a topic.Methods in javax.jms that return MessageConsumerModifier and TypeMethodDescriptionSession.createConsumer(Destination destination) Creates aMessageConsumerfor the specified destination.Session.createConsumer(Destination destination, String messageSelector) Creates aMessageConsumerfor the specified destination, using a message selector.Session.createConsumer(Destination destination, String messageSelector, boolean NoLocal) CreatesMessageConsumerfor the specified destination, using a message selector.