reviewLedger() Returns information retrieved from the ledger file of a TIBCO Rendezvous certified messaging session. Before invoking this method, ensure that the certified messaging publisher adapter has established a certified delivery agreement with its subscriber agents. Input Parameters Type Description Session Name string Name of the TIBCO Rendezvous session for which ledger information is desired (default is all). Subject string Name of the subject for which ledger information is desired. Returns Type Description Session Name string Name of the TIBCO Rendezvous CM session to which this information applies. Subject string Subject name for this session. Last Sent Message integer Sequence number of the most recently sent message with this subject name. Total Messages string Total number of pending messages with this subject name. Total Size integer Total storage (in bytes) occupied by all pending messages with this subject name. If the ledger contains ten messages with this subject name, then 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. UnacknowledgedMessages integer 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.