Uses of Interface
javax.jms.MessageProducer
-
Uses of MessageProducer in javax.jms
Subinterfaces of MessageProducer in javax.jmsModifier 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.Methods in javax.jms that return MessageProducerModifier and TypeMethodDescriptionSession.createProducer
(Destination destination) Creates aMessageProducer
to send messages to the specified destination.