getQueueStatistics()
Purpose
(Custom with adb.perfMon) Return 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.
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. |