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-25 09:06:20 -05:00
committed by GitHub
parent c5ab0b50ce
commit 5946c130aa

View File

@@ -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.