Uses of Interface
jakarta.jms.MessageProducer
Packages that use MessageProducer
Package
Description
-
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. -
Uses of MessageProducer in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement MessageProducerModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS MessageProducer.Methods in org.apache.activemq.artemis.jms.client that return MessageProducerModifier and TypeMethodDescriptionActiveMQSession.createProducer(Destination destination) Creates aMessageProducerto send messages to the specified destination. -
Uses of MessageProducer in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement MessageProducerModifier and TypeClassDescriptionclassA wrapper for aMessageProducer.classA wrapper for aQueueSender.classA wrapper for aTopicPublisher.Fields in org.apache.activemq.artemis.ra declared as MessageProducerMethods in org.apache.activemq.artemis.ra that return MessageProducerModifier and TypeMethodDescriptionActiveMQRASession.createProducer(Destination destination) Creates aMessageProducerto send messages to the specified destination.Constructors in org.apache.activemq.artemis.ra with parameters of type MessageProducerModifierConstructorDescriptionActiveMQRAMessageProducer(MessageProducer producer, ActiveMQRASession session)