Uses of Class
com.swiftmq.swiftlet.queue.QueueHandlerClosedException
Packages that use QueueHandlerClosedException
-
Uses of QueueHandlerClosedException in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that throw QueueHandlerClosedExceptionModifier and TypeMethodDescriptionvoid
QueueBrowser.close()
Close the queue browservoid
QueueHandler.close()
Close the QueueHandlervoid
QueueReceiver.close()
Close the queue receivervoid
QueueSender.close()
Close the queue sendervoid
QueueTransactionHandler.close()
Closes the QueueTransactionHandler.QueueReceiver.createTransaction
(boolean setRedeliveredOnRollback) Creates a new QueuePullTransaction.QueueSender.createTransaction()
Creates a new QueuePushTransaction.QueueBrowser.getNextMessage()
Get the next available message from the queue.long
QueueHandler.getNumberQueueMessages()
Returns the number of messages in the queueprotected void
QueueHandler.verifyQueueHandlerState()
Verifies the state of the handler.