Uses of Interface
javax.jms.MessageProducer
-
-
Uses of MessageProducer in javax.jms
Subinterfaces of MessageProducer in javax.jms Modifier and Type Interface Description interface
QueueSender
A client uses aQueueSender
object to send messages to a queue.interface
TopicPublisher
A client uses aTopicPublisher
object to publish messages on a topic.Methods in javax.jms that return MessageProducer Modifier and Type Method Description MessageProducer
Session. createProducer(Destination destination)
Creates aMessageProducer
to send messages to the specified destination.
-