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-03-15 14:59:32 +00:00 committed by gitbook-bot
parent 9791a4d12c
commit c4c4954404
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -165,7 +165,7 @@ This design allows you to easily create ACL rules that limit users to a specific
Messages that need acknowledgement will have a Reply subject set, something like `$JS.ACK.ORDERS.test.1.2.2`, this is the prefix defined in `api.JetStreamAckPre` followed by `<stream>.<consumer>.<delivered count>.<stream sequence>.<consumer sequence>.<timestamp>.<pending messages>`.
In all the Synadia maintained API's you can simply do `msg.Respond(nil)` \(or language equivalent\) which will send nil to the reply subject.
In all of the Synadia maintained API's you can simply do `msg.Respond(nil)` \(or language equivalent\) which will send nil to the reply subject.
## Fetching The Next Message From a Pull-based Consumer