From ea1f66152c0c401d10e2be40ce68a880ca1326fb Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:44:21 -0500 Subject: [PATCH] Update receiving.md --- developer/streaming/receiving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/streaming/receiving.md b/developer/streaming/receiving.md index 7841e6c..f09d2c5 100644 --- a/developer/streaming/receiving.md +++ b/developer/streaming/receiving.md @@ -9,7 +9,7 @@ Subscriptions come in several forms: * Queue * Queue/Durable -For more details on the various types, check the [concept](/nats_streaming/channels/subscriptions/subscriptions.md) section. +For more details on the various types, check the [concepts](/nats_streaming/channels/subscriptions/subscriptions.md) section. ***Note: message callbacks are invoked serially, one message at a time. If your application does not care about processing ordering and would prefer the messages to be dispatched concurrently, it is the application responsibility to move them to some internal queue to be picked up by threads/go routines.***