Uses of Interface
jakarta.jms.MessageProducer
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
-
Uses of MessageProducer in jakarta.jms
Modifier and TypeInterfaceDescriptioninterface
A client uses aQueueSender
object to send messages to a queue.interface
A client uses aTopicPublisher
object to publish messages on a topic.Modifier and TypeMethodDescriptionSession.createProducer
(Destination destination) Creates aMessageProducer
to send messages to the specified destination.