Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 671 Bytes

File metadata and controls

17 lines (10 loc) · 671 Bytes

NATS

Recreate Consumer

An example that demonstrates creating a durable consumer that will start where another one left off.

Instructions

  1. Run the Publisher main to publish some messages.
  2. Run the MakeConsumer main to create a durable consumer and to consume some messages.
  3. Run the RecreateConsumer main to create a new consumer where the old consumer left off.

License

License Apache 2

Unless otherwise noted, the NATS source files are distributed under the Apache Version 2.0 license found in the LICENSE file.