Uses of Interface
javax.jms.MessageProducer
-
-
Uses of MessageProducer in javax.jms
Subinterfaces of MessageProducer in javax.jms Modifier and Type Interface Description interfaceQueueSenderA client uses aQueueSenderobject to send messages to a queue.interfaceTopicPublisherA client uses aTopicPublisherobject to publish messages on a topic.Methods in javax.jms that return MessageProducer Modifier and Type Method Description MessageProducerSession. createProducer(Destination destination)Creates aMessageProducerto send messages to the specified destination.
-