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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user