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:
commit
8dd3891eb3
@ -32,7 +32,7 @@ go run nats-qsub/main.go foo my-queue
|
||||
```sh
|
||||
npm install nats
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user