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

Update queues.md

This commit is contained in:
Ginger Collison 2019-06-14 12:12:35 -05:00 committed by GitHub
parent bc6f03625c
commit 78e32feb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ nats-server
```sh ```sh
go get github.com/nats-io/nats.go go get github.com/nats-io/nats.go
git clone https://github.com/nats-io/node-nats.git git clone https://github.com/nats-io/nats.js.git
git clone https://github.com/nats-io/ruby-nats.git git clone https://github.com/nats-io/nats.rb.git
``` ```
### 3. Run the Go client subscriber with queue group name ### 3. Run the Go client subscriber with queue group name
@ -31,7 +31,7 @@ go run nats-qsub/main.go foo my-queue
```sh ```sh
npm install nats npm install nats
cd node-nats/examples cd nats.js/examples
node node-sub foo my-queue node node-sub foo my-queue
``` ```