1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Incorporating comments from PR

Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
Matthias Hanel
2020-02-09 15:07:03 -05:00
parent 81cd57f5dc
commit 34220c4114
10 changed files with 18 additions and 12 deletions

View File

@@ -35,9 +35,9 @@ This means that the NATS receiver client is listening for requests messages on t
### 5. In the other terminal, run the request client
```bash
% go run nats-req/main.go help.please "some message"
% go run nats-req/main.go help.please "I need help!"
```
The NATS requestor client makes a request by sending the message "some message" on the “help.please” subject.
The NATS requestor client makes a request by sending the message "I need help!" on the “help.please” subject.
The NATS receiver client receives the message, formulates the reply \("OK, I CAN HELP!!!"\), and sends it to the inbox of the requester.