Uses of Interface
javax.jms.Destination
-
-
Uses of Destination in javax.jms
Subinterfaces of Destination in javax.jms Modifier and Type Interface Description interfaceQueueinterfaceTemporaryQueueinterfaceTemporaryTopicinterfaceTopicMethods in javax.jms that return Destination Modifier and Type Method Description DestinationMessageProducer. getDestination()DestinationMessage. getJMSDestination()DestinationMessage. getJMSReplyTo()Methods in javax.jms with parameters of type Destination Modifier and Type Method Description ConnectionConsumerConnection. createConnectionConsumer(Destination destination, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)MessageConsumerSession. createConsumer(Destination destination)MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector)MessageConsumerSession. createConsumer(Destination destination, java.lang.String messageSelector, boolean NoLocal)MessageProducerSession. createProducer(Destination destination)voidMessageProducer. send(Destination destination, Message message)voidMessageProducer. send(Destination destination, Message message, int deliveryMode, int priority, long timeToLive)voidMessage. setJMSDestination(Destination destination)voidMessage. setJMSReplyTo(Destination replyTo)
-