Returns the total depth of all queues, based on a given filter.
int ianywhere.qanywhere.client.QAManagerBase.getQueueDepth( String queue, 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.
The depth of the queue is the number of messages that have not been received (for example, using the QAManagerBase.getMessage method), including uncommitted outgoing messages.
For a list of possible filter values, see Interface QueueDepthFilter.
INTEGER - The number of messages that have not been received.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |