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

Merge pull request #58 from nats-io/node-sub-example

updated sample to show correct use of the node-sub example
This commit is contained in:
Ginger Collison 2019-09-05 16:17:17 -05:00 committed by GitHub
commit 8dd3891eb3
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