Sending Messages

Programs can send messages at any time to any other Rendezvous programs. All send operations are methods of transport objects:

Send an outbound message.
Send an outbound message in reply to an inbound message. This variation automatically extracts the reply subject from the inbound message.
Send an outbound message and wait for an inbound reply. This variation blocks until a reply arrives.

Sending Calls

C

tibrvTransport_Send()

tibrvTransport_SendReply()

tibrvTransport_SendRequest() >

C++

TibrvTransport::send()

TibrvTransport::sendReply()

TibrvTransport::sendRequest()

Java

TibrvTransport.send()

TibrvTransport.sendReply()

TibrvTransport.sendRequest()

.NET

Transport.Send

Transport.SendReply

Transport.SendRequest