ConnectEverything / nats-by-example

Collection of runnable, reference examples using NATS (https://nats.io)
https://natsbyexample.com
152 stars 37 forks source link

[Java] Example Confirm Message Ack (double, ack ack, ack sync) #208

Closed scottf closed 1 month ago

scottf commented 2 months ago

Create an example that demonstrates confirmed message ack, aka "ack ack", "double ack" or "ack sync" Directory is jetstream\ack-ack

scottf commented 1 month ago

Completed PR: https://github.com/ConnectEverything/nats-by-example/pull/205