Mesh from Pair Connections

You can explicitly assemble a mesh with four vertices. Configure the six pair connections (edges) using four transport definitions:

Notice that all four processes necessarily use different transport definitions to join the bus. It cannot be otherwise, because connection-oriented transport definitions are fragmentary.

Also notice that the four transport definitions (T1 - T4) are each tied to specific host computers. In order to use them, the application process instances (A1 - A4) must run on those host computers, respectively. You can configure this constraint using application instance definitions that match the transport's host parameter.

Tip: It is easier to use a dynamic TCP mesh than to painstakingly assemble it from static TCP connections. The realm service automatically coordinates the host and port details for dynamic TCP transports.