Uses of Interface
javax.jms.MessageProducer
-
Uses of MessageProducer in javax.jms
Subinterfaces of MessageProducer in javax.jmsModifier and TypeInterfaceDescriptioninterfaceA client uses aQueueSenderobject to send messages to a queue.interfaceA client uses aTopicPublisherobject to publish messages on a topic.Methods in javax.jms that return MessageProducerModifier and TypeMethodDescriptionSession.createProducer(Destination destination) Creates aMessageProducerto send messages to the specified destination.