Route mesh channel — one connection, channels are names on top

node B reaches nodes on both the orders and billing channels over one MeshNode socket

Route mesh channel — one connection, channels are names on top node B reaches nodes on both the orders and billing channels over one MeshNode socket node A1 · channel: orders node A1 node A2 · channel: orders node A2 node B · 1 MeshNode socket · Architecture component node B 1 MeshNode socket node C1 · channel: billing node C1 node C2 · channel: billing node C2 channel: orders channel: billing

One MeshNode socket, channel names on top

  • • node B shares its orders Client and billing Client over one MeshNode socket — all four connections (A1·A2·C1·C2) sit on that single socket, and each is bidirectional (request · reply).
  • • The boxes are groups tied by name, not sockets. Calling orders has select-one pick one of A1/A2, and registering more channels doesn't add any sockets on node B.