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-10-04 11:28:55 -05:00 committed by GitHub
parent 1773413796
commit 0bc42a96a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Subscribing to a queue group is only slightly different than subscribing to a su
Keep in mind that the queue groups in NATS are dynamic and do not require any server configuration. You can almost think of a regular subscription as a queue group of 1, but it is probably not worth thinking too much about that. Keep in mind that the queue groups in NATS are dynamic and do not require any server configuration. You can almost think of a regular subscription as a queue group of 1, but it is probably not worth thinking too much about that.
![Queue](/assets/images/queue.svg) ![](/assets/images/queues.svg)
As an example, to subscribe to the queue `workers` with the subject `updates`: As an example, to subscribe to the queue `workers` with the subject `updates`: