This method returns true if the queue with the specified name exists.
TRUE if found, FALSE if not. Parameters: name - The name of the queue to check for. exception: MessageServiceException -
This method returns the queue specified by the name. If the queue does
not exist it gets created.
The queue identified by the name. Parameters: name - The name of the queue to retrieve. exception: RemoteException - exception: MessageServiceException -