Uses of Interface
jakarta.jms.MessageProducer
-
Packages that use MessageProducer Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.org.apache.activemq.artemis.jms.client -
-
Uses of MessageProducer in jakarta.jms
Subinterfaces of MessageProducer in jakarta.jms Modifier and Type Interface Description interfaceQueueSenderA client uses aQueueSenderobject to send messages to a queue.interfaceTopicPublisherA client uses aTopicPublisherobject to publish messages on a topic.Methods in jakarta.jms that return MessageProducer Modifier and Type Method Description MessageProducerSession. createProducer(Destination destination)Creates aMessageProducerto send messages to the specified destination. -
Uses of MessageProducer in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement MessageProducer Modifier and Type Class Description classActiveMQMessageProducerActiveMQ Artemis implementation of a JMS MessageProducer.Methods in org.apache.activemq.artemis.jms.client that return MessageProducer Modifier and Type Method Description MessageProducerActiveMQSession. createProducer(Destination destination)
-