tibrvcmTransport_Send()

Function

Declaration

tibrv_status tibrvcmTransport_Send(
    tibrvcmTransport    cmTransport,
    tibrvMsg            message);

Purpose

Send a labeled message.

Remarks

This function sends the message, along with its certified delivery protocol information: the correspondent name of the tibrvcmTransport, a sequence number, and a time limit. The protocol information remains on the message within the sending program, and also travels with the message to all receiving programs.

Programs can explicitly set the message time limit; see tibrvMsg_SetCMTimeLimit(). If a time limit is not already set for the outbound message, this function sets it to the transport’s default time limit (see tibrvcmTransport_SetDefaultCMTimeLimit()); if that default is not set for the transport, the default time limit is zero (no time limit).

Parameter

Description

cmTransport

Send a message using this certified delivery transport.

message

Send this message.

Wildcard subjects are illegal.

See Also

tibrvcmTransport_SendReply()

tibrvcmTransport_SendRequest()

tibrvcmTransport_SetDefaultCMTimeLimit()

tibrvMsg_SetCMTimeLimit()