What is the default retention time for RVCM of the messages held in a ledger file of a sending MB? And where it could be set? MB? We’re using RV6.8,

What is the default retention time for RVCM of the messages held in a ledger file of a sending MB? And where it could be set? MB? We’re using RV6.8,

book

Article ID: KB0089048

calendar_today

Updated On:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

Resolution:
How long a message is going to stay in the sender’s ledger depends on what the time limit is set to.
A message will be deleted from the sender’s ledger if either one of the following 2 conditions is fulfilled.
1. the time limit of the message has expired
2. all the certified subscribers acknowledged the receipt of the message

In RV C API, you can set the time limit by using functions tibrvMsg_SetCMTimeLimit() or tibrvcmTransport_SetDefaultCMTieLimit().
The default time limit is 0 which specifies no time limit.

Issue/Introduction

What is the default retention time for RVCM of the messages held in a ledger file of a sending MB? And where it could be set? MB? We’re using RV6.8,