mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update subscriptions.md
This commit is contained in:
parent
5a458036a2
commit
b4ecd58b33
@ -1,13 +1,11 @@
|
|||||||
# Subscriptions
|
# Subscriptions
|
||||||
|
|
||||||
A client creates a subscription on a given channel. Remember, there is no support for wildcards, so a subscription is really tied to
|
A client creates a subscription on a given channel. Remember, there is no support for wildcards, so a subscription is really tied to one and only one channel. The server will maintain the subscription state on behalf of the client until the later closes the subscription (or its connection).
|
||||||
one and only one channel. The server will maintain the subscription state on behalf of the client until the later closes the subscription (or its connection).
|
|
||||||
|
|
||||||
If there are messages in the log for this channel, messages will be sent to the consumer when the subscription is created. The server will
|
If there are messages in the log for this channel, messages will be sent to the consumer when the subscription is created. The server will send up to the maximum number of inflight messages as given by the client when creating the subscription.
|
||||||
send up to the maximum number of inflight messages as given by the client when creating the subscription.
|
|
||||||
|
|
||||||
When receiving ACKs from the consumer, the server will then deliver more messages, if more are available.
|
When receiving ACKs from the consumer, the server will then deliver more messages, if more are available.
|
||||||
|
|
||||||
A subscription can be created to start at any point in the message log, either by message sequence, or by time.
|
A subscription can be created to start at any point in the message log, either by message sequence, or by time.
|
||||||
|
|
||||||
Following pages describe all types of subscription.
|
Following pages describe all types of subscription.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user