From 5946c130aa1fb914b9edb3ac1fcee3842bda78b5 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 25 Jun 2019 09:06:20 -0500 Subject: [PATCH] Update queues.md --- developer/streaming/queues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.