A promise based RPC server client communication on qpid using \`rhea\` amqp library over amqp 1.0 protocol
npm install rhea-rpcA Promise based rpc server and client implementation for rhea-promise, using json-schema for validation.
This repo is replacement for amqp10-rpc using rhea and rhea-promise.
For more implementation check Examples
To run Examples:
1. Open the code in devcontainer
2. Open two terminals
3. In one run node dist/Examples/server.js and in other run node dist/Examples/client.js