Uses of Interface
jakarta.jms.QueueSender
Packages that use QueueSender
Package
Description
-
Uses of QueueSender in jakarta.jms
Methods in jakarta.jms that return QueueSenderModifier and TypeMethodDescriptionQueueSession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue. -
Uses of QueueSender in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueSenderModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS MessageProducer.Methods in org.apache.activemq.artemis.jms.client that return QueueSenderModifier and TypeMethodDescriptionActiveMQSession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue. -
Uses of QueueSender in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement QueueSenderMethods in org.apache.activemq.artemis.ra that return QueueSenderModifier and TypeMethodDescriptionActiveMQRASession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue.Constructors in org.apache.activemq.artemis.ra with parameters of type QueueSenderModifierConstructorDescriptionActiveMQRAQueueSender(QueueSender producer, ActiveMQRASession session)