getAllQueueDepth function

Syntax
qa_int QAManagerBase::getAllQueueDepth(
  qa_short filter
)
Parameters
  • filter   A filter indicating incoming messages, outgoing messages, or all messages.

Remarks

Returns the total depth of all queues, based on a given filter.

The depth of a queue is the number of messages which have not been received (for example, using getMessage).

See Also

QueueDepthFilter class.

Returns

The number of messages, or -1 if an error occurs.