diff --git a/developer/concepts/queue.md b/developer/concepts/queue.md index f89ffbb..fd71310 100644 --- a/developer/concepts/queue.md +++ b/developer/concepts/queue.md @@ -1,6 +1,6 @@ # Queue Subscribers & Scalability -NATS provides a builtin load balancing feature called distributed queues. Using queue subscribers will balance message delivery across a group of subscribers which can be used to provide application fault tolerance and scale workload processing. +NATS provides a built-in load balancing feature called distributed queues. Using queue subscribers will balance message delivery across a group of subscribers which can be used to provide application fault tolerance and scale workload processing. To create a queue subscription, subscribers register a queue name. All subscribers with the same queue name form the queue group. This requires no configuration. As messages on the registered subject are published, one member of the group is chosen randomly to receive the message. Although queue groups have multiple subscribers, each message is consumed by only one. @@ -25,4 +25,4 @@ digraph nats_queues { } -Try NATS queue subscriptions on your own, using a live server by walking through the [queueing tutorial](../tutorials/queues.md). \ No newline at end of file +Try NATS queue subscriptions on your own, using a live server by walking through the [queueing tutorial](../tutorials/queues.md).