This method adds a service to the list of services used to identify this
queue, by the service broker.
Parameters: service - The string containing the service name. exception: RemoteException - exception: MessageServiceException -
This method returns a list of services used to identify this queue to the
service broker.
The list of service used to identify this queue to the servicebroker. exception: RemoteException - exception: MessageServiceException -
This method returns a message for processing. It is designed to auto
acknowledge. This means that when the transaction is commited the message
will be removed from the named queue.
The reference to the Message for processing. Parameters: delay - The delay before returning a null reference. exception: RemoteException - exception: MessageServiceException - exception: TimeoutException -
This method removes a service from the list of services.
Parameters: service - The name of the service to remove. exception: RemoteException - exception: MessageServiceException -