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

Update README.md

This commit is contained in:
Ginger Collison 2019-10-25 10:26:02 -05:00 committed by GitHub
parent 4fad96bdc4
commit 42d0488f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,10 @@ When receiving ACKs from the consumer, the server will then deliver more message
A subscription can be created to start at any point in the message log, either by message sequence, or by time.
The following pages describe all the types of subscriptions.
The following pages describe all of the types of subscriptions.
* [Regular](regular.md)
* [Durable](durable.md)
* [Queue Group](queue-group.md)
* [Redelivery](redelivery.md)