getQueueStatistics()

(Custom with adb.perfMon) Returns the current count of elements in any internal queue used by the adapter. This includes the TIBCO Rendezvous event queues automatically spawned by TIBCO Rendezvous for each adapter.

The following table lists the returns:

Returns Type Description
QueueID string A unique identification of a particular queue.
QueueType string A type or key that will match this queue to a thread or connection.
QueueCount integer Current number of elements in the queue.
MaxQueueSize integer Maximum number of elements in the queue.