Recreate Consumer
August 11, 2022 ยท View on GitHub

Recreate Consumer
An example that demonstrates creating a durable consumer that will start where another one left off.
Instructions
- Run the Publisher main to publish some messages.
- Run the MakeConsumer main to create a durable consumer and to consume some messages.
- Run the RecreateConsumer main to create a new consumer where the old consumer left off.
License
Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.