qa_int QAManagerBase::getAllQueueDepth(
qa_short filter
)
filter A filter indicating incoming messages, outgoing messages, or all messages.
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 QAManagerBasegetMessage).
The number of messages, or -1 if an error occurs.