getEventQueueSize()
(Custom) Retrieves the size of the TIBCO Rendezvous event queue for the specified adapter configuration.
For more information about events and event queues, see TIBCO Rendezvous Concepts.
The following table lists the parameter:
The following table lists the returns:
Return | Type | Description |
---|---|---|
QueueCount | integer | The number of events currently in the event queue. |
QueueLimit | integer | The maximum number of events this adapter configuratrion can have in the event queue. This value is set using the adb.rvMaxQueueSize option in the adapter’s properties file. The default value is 0, which means the event queue has unlimited size. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.