This method returns the list of messages in the named queue.
The list of messages for this queue. Parameters: queueName - The name of the queue to list messages for. exception: RemoteException - exception: MessageServiceException -
This purges the messages from the named queue
Parameters: queueName - The name of the queue to purge. exception: RemoteException - exception: MessageServiceException -
This method sets the size of the thread pool.
Parameters: size - The new size of the thread pool. exception: RemoteException - exception: MessageServiceException -