tibrvcmTransport_Send()
Function
Declaration
tibrv_statustibrvcmTransport_Send
(
tibrvcmTransport cmTransport,
tibrvMsg message);
Purpose
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 |
|
Send a message using this certified delivery transport. |
|
Send this message. Wildcard subjects are illegal. |
See Also
tibrvcmTransport_SendRequest()