Uses of Interface
jakarta.jms.QueueSender
-
Packages that use QueueSender 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 QueueSender in jakarta.jms
Methods in jakarta.jms that return QueueSender Modifier and Type Method Description QueueSenderQueueSession. 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 QueueSender Modifier and Type Class Description classActiveMQMessageProducerActiveMQ Artemis implementation of a JMS MessageProducer.Methods in org.apache.activemq.artemis.jms.client that return QueueSender Modifier and Type Method Description QueueSenderActiveMQSession. createSender(Queue queue)
-