Uses of Interface
javax.jms.MessageConsumer
-
-
Uses of MessageConsumer in javax.jms
Subinterfaces of MessageConsumer in javax.jms Modifier and Type Interface Description interfaceQueueReceiverinterfaceTopicSubscriberMethods in javax.jms that return MessageConsumer Modifier and Type Method Description MessageConsumerSession. createConsumer(Destination destination)MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector)MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector, boolean NoLocal)
-