From 376581b0c96a9a06800c3199a241448bad52a85b Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 25 Jun 2019 09:08:19 -0500 Subject: [PATCH] Update queue-group.md --- nats_streaming/channels/subscriptions/queue-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/channels/subscriptions/queue-group.md b/nats_streaming/channels/subscriptions/queue-group.md index 1a026e1..9c19748 100644 --- a/nats_streaming/channels/subscriptions/queue-group.md +++ b/nats_streaming/channels/subscriptions/queue-group.md @@ -1,4 +1,4 @@ -# Queue Group +# Queue Group in NATS Streaming When consumers want to consume from the same channel but each receive a different message, as opposed to all receiving the same messages, they need to create a queue subscription. When a queue group name is specified, the server will send each messages from the log to a single consumer in the group. The distribution of these messages is not specified, therefore applications should not rely on an expected delivery scheme.