TibrvCmTransport.send()

Method

Declaration

void send(
    TibrvMsg    msg)
  throws TibrvException

Purpose

Send a labeled message.

Remarks

This method 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 TibrvCmMsg.setTimeLimit(). If a time limit is not already set for the outbound message, this method sets it to the transport’s default time limit (see TibrvCmTransport.setDefaultTimeLimit()); if that default is not set for the transport, the default time limit is zero (no time limit).

Parameter

Description

msg

Send this message.

Wildcard subjects are illegal.

See Also

TibrvCmTransport.sendReply()

TibrvCmTransport.sendRequest()

TibrvCmTransport.setDefaultTimeLimit()

TibrvCmMsg.setTimeLimit()