Uses of Interface
jakarta.jms.MessageProducer
-
-
Uses of MessageProducer in jakarta.jms
Subinterfaces of MessageProducer in jakarta.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 jakarta.jms that return MessageProducer Modifier and Type Method Description MessageProducer
Session. createProducer(Destination destination)
Creates aMessageProducer
to send messages to the specified destination.
-