TibrvTransport::send()

Method

Declaration

virtual TibrvStatus send(
    const TibrvMsg& message);

Purpose

Send a message.

Remarks

The message must have a valid destination subject; see TibrvMsg::setSendSubject().

Parameter

Description

message

Send this message.

See Also

TibrvMsg::setSendSubject()