Uses of Interface
jakarta.jms.QueueSender
Packages that use QueueSender
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
-
Uses of QueueSender in jakarta.jms
Methods in jakarta.jms that return QueueSenderModifier and TypeMethodDescriptionQueueSession.createSender
(Queue queue) Creates aQueueSender
object to send messages to the specified queue.