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. |
|
C |
|
|
C++ |
|
|
Java |
|
|
.NET |
|