From df419e180636fc21078b5402a3f9b46486279537 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 31 May 2019 16:45:01 -0500 Subject: [PATCH] Update intro.md --- developer/concepts/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/concepts/intro.md b/developer/concepts/intro.md index b386fda..a346653 100644 --- a/developer/concepts/intro.md +++ b/developer/concepts/intro.md @@ -19,4 +19,4 @@ graph nats { } -NATS core offers an **at most once** quality of service. If a subscriber is not listening on the subject (no subject match), or is not active when the message is sent, the message is not received. This is the same level of guarantee that TCP/IP provides. By default, NATS is a fire-and-forget messaging system. If you need higher levels of service, you can either use [NATS Streaming](/docs/nats_streaming/intro.md), or build the additional reliability into your client(s) yourself. +NATS core offers an **at most once** quality of service. If a subscriber is not listening on the subject (no subject match), or is not active when the message is sent, the message is not received. This is the same level of guarantee that TCP/IP provides. By default, NATS is a fire-and-forget messaging system. If you need higher levels of service, you can either use [NATS Streaming](/nats_streaming/intro.md), or build the additional reliability into your client(s) yourself.