An example that demonstrates creating a durable consumer that will start where another one left off.
- 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.
Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.