|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
2. Program code in process B responds to one of those requests by creating a virtual circuit transport accept object. Creating the accept object also produces a connect subject—an inbox where the accept object listens for protocol messages.
4. Program code in process A creates a virtual circuit transport connect object—supplying the connect subject from the invitation as an argument to the create call.
6. When the connection is complete (that is, ready to use) both terminals present VC.CONNECTED advisories. From this time forward, either process can send messages on the virtual circuit.B must send the connect subject as the reply subject of the invitation message—not as an application-level field of the message. This detail is especially important when routing hardware or software intervenes between the two processes.
1. Listen for the VC.CONNECTED advisory on the terminal transport object. If the terminal presents this advisory, it is ready to use.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |