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

updated sample to show correct use of the node-sub example

This commit is contained in:
Alberto Ricart 2019-09-05 14:37:20 -05:00 committed by GitHub
parent 5969e128ab
commit a6512be108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ go run nats-qsub/main.go foo my-queue
```sh ```sh
npm install nats npm install nats
cd nats.js/examples cd nats.js/examples
node node-sub foo my-queue node node-sub --queue=my-queue foo
``` ```
### 5. Install and run the Ruby client subscriber with queue group name ### 5. Install and run the Ruby client subscriber with queue group name