Uses of Class
com.swiftmq.swiftlet.queue.QueueSender
Packages that use QueueSender
-
Uses of QueueSender in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return QueueSenderModifier and TypeMethodDescriptionabstract QueueSender
QueueManager.createQueueSender
(String queueName, ActiveLogin activeLogin) Creates a QueueSender.Constructors in com.swiftmq.swiftlet.queue with parameters of type QueueSenderModifierConstructorDescriptionQueueOutputStream
(QueueSender queueSender, QueueImpl destination) Creates a new QueueOutputStream with the default chunk size of 1 KB.QueueOutputStream
(QueueSender queueSender, QueueImpl destination, int chunkSize) Creates a new QueueOutputStream with a specific chunk size.QueueOutputStream
(QueueSender queueSender, QueueImpl destination, Hashtable customMsgProp, int chunkSize) Creates a new QueueOutputStream with a specific chunk size and custom message properties.