Skip to content

Commit d24ffd9

Browse files
committed
docs: Add Queue Scenario
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 3cd1dfe commit d24ffd9

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ Queue is a Golang library for spawning and managing a Goroutine pool, Alloowing
1212
* [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
1313
* [x] Support [Redis Pub/Sub](https://pkg.go.dev/github.com/go-redis/redis/v8#PubSub) as backend.
1414

15+
## Queue Scenario
16+
17+
In Single Container or VM
18+
19+
![queue01](./images/queue-01.png)
20+
21+
Multile Container with Queue service like NSQ, NATs or Redis
22+
23+
![queue02](./images/queue-02.png)
24+
1525
## Installation
1626

1727
Install the stable version:

images/queue-01.png

504 KB
Loading

images/queue-02.png

898 KB
Loading

0 commit comments

Comments
 (0)