Uses of Class
com.swiftmq.swiftlet.queue.QueueSender
-
Packages that use QueueSender Package Description com.swiftmq.swiftlet.queue -
-
Uses of QueueSender in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return QueueSender Modifier and Type Method Description abstract QueueSender
QueueManager. createQueueSender(java.lang.String queueName, ActiveLogin activeLogin)
Creates a QueueSender.Constructors in com.swiftmq.swiftlet.queue with parameters of type QueueSender Constructor Description QueueOutputStream(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, java.util.Hashtable customMsgProp, int chunkSize)
Creates a new QueueOutputStream with a specific chunk size and custom message properties.
-