getQueueStatistics()
Returns the current count of elements in any internal queue used by the adapter. This includes the TIBCO Rendezvous event queues automatically created by Rendezvous for each adapter.
The following table lists the returned results:
Name
|
Type
|
Description
|
QueueID
|
String
|
A unique identification of a particular queue.
|
QueueType
|
String
|
A type or key that matches this queue to a thread or connection.
|
QueueCount
|
Integer
|
The current number of elements in the queue.
|
MaxQueueSize
|
Integer
|
The maximum number of elements in the queue.
|
Copyright © TIBCO Software Inc. All rights reserved.