From c123b56b04aa9dd27f169e9a2be99b354188a9b9 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 17 May 2021 20:28:01 +0000 Subject: [PATCH] GitBook: [master] one page modified --- jetstream/concepts/consumers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetstream/concepts/consumers.md b/jetstream/concepts/consumers.md index c3e5cc6..1fe7d3d 100644 --- a/jetstream/concepts/consumers.md +++ b/jetstream/concepts/consumers.md @@ -21,8 +21,8 @@ When defining Consumers the items below make up the entire configuration of the | AckPolicy | How messages should be acknowledged, `AckNone`, `AckAll` or `AckExplicit` | | AckWait | How long to allow messages to remain un-acknowledged before attempting redelivery | | DeliverPolicy | The initial starting mode of the consumer, `DeliverAll`, `DeliverLast`, `DeliverNew`, `DeliverByStartSequence` or `DeliverByStartTime` | -| DeliverySubject | The subject to deliver observed messages. Useful to setup an alternate subject for a regular NatsSubcriber can listen on that subject. Not allowed for pull subscriptions. | -| Durable | The name of the Consumer, which the server will track, allowing resuming consumption where left off. See \[naming\]\(../../administration/naming.md\]. | +| DeliverySubject | The subject to deliver observed messages. Useful to set up an alternate subject for a regular NatsSubcriber can listen on that subject. Not allowed for pull subscriptions. | +| Durable | The name of the Consumer, which the server will track, allowing resuming consumption where left off. See [naming](../administration/naming.md). | | FilterSubject | When consuming from a Stream with many subjects, or wildcards, select only a specific incoming subjects, supports wildcards | | MaxDeliver | Maximum amount times a specific message will be delivered. Use this to avoid poison pills crashing all your services forever | | OptStartSeq | When first consuming messages from the Stream start at this particular message in the set |