NATS Request-Reply Walkthrough
If you have not already done so, you need to install the CLI Tool and optionally, the nats-server on your machine.
Walkthrough
You should see the message: Listening on [help.please]
In the other terminal, run the request client
nats request help.please 'I need help!'
The NATS requestor client makes a request by sending the message “I need help!” on the “help.please” subject.