Products | Versions |
---|---|
TIBCO MessageBroker | - |
Not Applicable | - |
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.