Uses of Interface
jakarta.jms.MessageProducer
Packages that use 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
Subinterfaces of MessageProducer in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceA client uses aQueueSenderobject to send messages to a queue.interfaceA client uses aTopicPublisherobject to publish messages on a topic.Methods in jakarta.jms that return MessageProducerModifier and TypeMethodDescriptionSession.createProducer(Destination destination) Creates aMessageProducerto send messages to the specified destination.