reviewLedger()
Returns information retrieved from the ledger file of a TIBCO Rendezvous certified messaging session.
Before invoking this method, make sure that the certified messaging publisher adapter has established a certified delivery agreement with its subscriber agents.
Returned Results
The following table lists the returned results:
Name | Type | Description |
---|---|---|
Session Name | String | The name of the TIBCO Rendezvous CM session to which this information applies. |
Subject | String | The subject name for this session. |
Last Sent Message | Integer | The sequence number of the most recently sent message with this subject name. |
Total Messages | String | The total number of pending messages with this subject name. |
Total Size | Integer | The total storage (in bytes) occupied by all pending messages with this subject name. If the ledger contains ten messages with this subject name, this field sums the storage space over all of them. |
Listener Session Name | String | Within each listener submessage, the Listener Session Name field contains the name of the delivery-tracking listener session. |
Last Confirmed | String | Within each listener submessage, the Last Confirmed field contains the sequence number of the last message for which this listener session confirmed delivery. |
Line | Integer | Row number in ledger file. |
Unacknowledged Messages | Integer | The number of RVCM messages pending for this listener. The value is computed by subtracting the last sent sequence number from the last acknowledged sequence number. |
Copyright © TIBCO Software Inc. All rights reserved.