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

GitBook: [master] one page modified

This commit is contained in:
Ginger Collison 2021-05-17 20:28:01 +00:00 committed by gitbook-bot
parent 5c270b6b0b
commit c123b56b04
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -22,7 +22,7 @@ When defining Consumers the items below make up the entire configuration of the
| 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 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\]. |
| 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 |