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:
parent
bc6f03625c
commit
78e32feb71
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user