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
c5ab0b50ce
commit
5946c130aa
@ -1,4 +1,4 @@
|
||||
# Queue Subscriptions
|
||||
# Queue Subscriptions in NATS Streaming
|
||||
|
||||
Queue subscriptions are created like other subscriptions with the addition of a queue name.
|
||||
|
||||
@ -34,4 +34,4 @@ qsub2, _ := sc.QueueSubscribe(channelName,
|
||||
|
||||
If the queue subscription is durable, only the last member calling `Unsubscribe()` will cause the durable queue group to be removed from the server.
|
||||
|
||||
Check the [concepts](/nats_streaming/channels/subscriptions/queue-group.md) section for more information.
|
||||
Check the [concepts](/nats_streaming/channels/subscriptions/queue-group.md) section for more information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user