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:

Parameter Type Description
Session string Type of listener for this adapter configuration.

Possible values are Subscriber or Request/Reply. The default value is Subscriber.

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.
Note: If setting the value of adb.rvMaxQueueSize less than the message count, then the message might be lost.