diff --git a/developer/streaming/queues.md b/developer/streaming/queues.md index bb86eb4..6808423 100644 --- a/developer/streaming/queues.md +++ b/developer/streaming/queues.md @@ -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. \ No newline at end of file +Check the [concepts](/nats_streaming/channels/subscriptions/queue-group.md) section for more information.