Returns the total depth of all queues, based on a given filter.
qa_int QAManagerBase::getQueueDepth( qa_const_string queue, qa_short filter )
queue The queue name.
filter A filter indicating incoming messages, outgoing messages, or all messages.
Returns the depth of a queue based on a given filter, including uncommitted outgoing messages.
The depth of the queue is the number of messages that have not been received (for example, using the QAManagerBase.getMessage method).
The number of messages in the queue, or -1 if an error occurs.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |