Uses of Class
com.swiftmq.swiftlet.queue.QueueHandlerClosedException
-
Packages that use QueueHandlerClosedException Package Description com.swiftmq.swiftlet.queue -
-
Uses of QueueHandlerClosedException in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that throw QueueHandlerClosedException Modifier and Type Method Description voidQueueBrowser. close()Close the queue browservoidQueueHandler. close()Close the QueueHandlervoidQueueReceiver. close()Close the queue receivervoidQueueSender. close()Close the queue sendervoidQueueTransactionHandler. close()Closes the QueueTransactionHandler.QueuePullTransactionQueueReceiver. createTransaction(boolean setRedeliveredOnRollback)Creates a new QueuePullTransaction.QueuePushTransactionQueueSender. createTransaction()Creates a new QueuePushTransaction.MessageEntryQueueBrowser. getNextMessage()Get the next available message from the queue.longQueueHandler. getNumberQueueMessages()Returns the number of messages in the queueprotected voidQueueHandler. verifyQueueHandlerState()Verifies the state of the handler.
-