Provides the number of entries pending in the queue.
|
Syntax:
|
RqQueLst(service/server name, supervisor password)
|
Parameters:
|
service/server name: An Alpha variable or constant with a service or server name.
supervisor password: An Alpha variable defining the supervisor password of the service Broker or an empty string.
|
Returns:
|
entries – Number of entries pending in the queue for this service.
|
Example:
|
RqQueLst('Default service', 'Secret')
|
Exception:
|
This function is supported only while using the Broker as a middleware.
|
See also:
|
The Online and Rich Client Samples projects (program ES14 and RES14)
|