This method returns an instance of the NamedQueueClient object.
The reference to the NamedQueueClient object. Parameters: name - The name of the queue to return. exception: MessageServiceException -
This method returns an instance of the NamedQueueClient object.
The reference to the NamedQueueClient object. Parameters: context - The context that should be used to make a connection tothe message service. Parameters: jndiUrl - The url of the message queue manager. Parameters: name - The name of the queue to connect to. exception: MessageServiceException -
This method returns the reference to the received message from the
named queue, or null if not message is available.
A reference to the retrieved message or NULL. Parameters: delay - The delay in processing. exception: MessageServiceException -