From 0bc42a96a945c43c52abd0f8e67eb5a116139d12 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 4 Oct 2019 11:28:55 -0500 Subject: [PATCH] Update queues.md --- developer/receiving/queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/receiving/queues.md b/developer/receiving/queues.md index f8c0118..029bdec 100644 --- a/developer/receiving/queues.md +++ b/developer/receiving/queues.md @@ -4,7 +4,7 @@ Subscribing to a queue group is only slightly different than subscribing to a su Keep in mind that the queue groups in NATS are dynamic and do not require any server configuration. You can almost think of a regular subscription as a queue group of 1, but it is probably not worth thinking too much about that. -![Queue](/assets/images/queue.svg) +![](/assets/images/queues.svg) As an example, to subscribe to the queue `workers` with the subject `updates`: