Uses of Interface
jakarta.jms.MessageProducer
-
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.