From 42d0488f78c36474df02041a1e2707a8bb6b5fac Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 25 Oct 2019 10:26:02 -0500 Subject: [PATCH] Update README.md --- nats-streaming-concepts/channels/subscriptions/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nats-streaming-concepts/channels/subscriptions/README.md b/nats-streaming-concepts/channels/subscriptions/README.md index e4eb06f..c18d211 100644 --- a/nats-streaming-concepts/channels/subscriptions/README.md +++ b/nats-streaming-concepts/channels/subscriptions/README.md @@ -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)