1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update receiving.md

This commit is contained in:
Ginger Collison 2019-05-23 13:44:21 -05:00 committed by GitHub
parent e3befbbbc2
commit ea1f66152c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Subscriptions come in several forms:
* Queue * Queue
* Queue/Durable * 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.*** ***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.***