mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
updates based on RI changes to README
This commit is contained in:
parent
6875a3fab9
commit
501ecd83dc
@ -184,11 +184,11 @@ Acknowledged message
|
||||
|
||||
You can prevent ACKs by supplying `--no-ack`.
|
||||
|
||||
To do this from code you'd send a `Request()` to `$JS.NEXT.ORDERS.DISPATCH`:
|
||||
To do this from code you'd send a `Request()` to `$JS.API.CONSUMER.MSG.NEXT.ORDERS.DISPATCH`:
|
||||
|
||||
```
|
||||
$ nats req '$JS.NEXT.ORDERS.DISPATCH' ''
|
||||
Published [$JS.NEXT.ORDERS.DISPATCH] : ''
|
||||
$ nats req '$JS.API.CONSUMER.MSG.NEXT.ORDERS.DISPATCH' ''
|
||||
Published [$JS.API.CONSUMER.MSG.NEXT.ORDERS.DISPATCH] : ''
|
||||
Received [ORDERS.processed] : 'order 3'
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user