Uses of Class
com.swiftmq.swiftlet.queue.QueuePullTransaction
Packages that use QueuePullTransaction
-
Uses of QueuePullTransaction in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return QueuePullTransactionModifier and TypeMethodDescriptionQueueReceiver.createTransaction
(boolean setRedeliveredOnRollback) Creates a new QueuePullTransaction.Methods in com.swiftmq.swiftlet.queue with parameters of type QueuePullTransactionModifier and TypeMethodDescriptionvoid
QueuePullTransaction.moveToTransaction
(MessageIndex messageIndex, QueuePullTransaction sourceTransaction) Moves a message with the given message index from the source to this transaction.long
QueuePullTransaction.moveToTransactionReturnSize
(MessageIndex messageIndex, QueuePullTransaction sourceTransaction) Moves a message with the given message index from the source to this transaction and returns its size.