TibrvCmTransport::getDefaultTimeLimit()

Method

Declaration

TibrvStatus getDefaultTimeLimit(
    tibrv_f64& timeLimit) const;

Purpose

Get the default message time limit for all outbound certified messages from a transport.

Remarks

Every labeled message has a time limit, after which the sender no longer certifies delivery.

Sending programs can explicitly set the time limit on a message (see TibrvCmMsg::setTimeLimit()). If a time limit is not already set for the outbound message, the transport sets it to the transport’s default time limit (extractable with this method); if this default is not set for the transport (nor for the message), the default time limit is zero (no time limit).

Time limits represent the minimum time that certified delivery is in effect.

Parameter

Description

timeLimit

The program supplies a variable, and the method stores the time limit in that variable.

See Also

TibrvCmTransport::setDefaultTimeLimit()

TibrvCmMsg::setTimeLimit()