info_tfgrid/collections/tech/mycelium/rmb.md

856 B

Reliable Message Bus

The user sends the contractID and workload through the RMB to the destination Node.

RMB is our Reliable Message Bus, workload definitions don't get registerd on the TFChain but directly send peer2peer, this is more secure and private, the smart contract still controls the overall process.

The Node reads from the RMB and sees a deploy command, it reads the contractID and workload definition from the payload. It decodes the workload and reads the contract from chain using the contract ID, the Node will check if the user that created the contract and the deployment hash on the contract is the same as what the Node receives over RMB. If all things check out, the Node deploys the workload.

In our ZOS 4.0 RMB will be implemented using our Mycelium network and fully integrated.