NATS Streaming notification sender/receiver
NATS Streaming looks promising for notifications: https://github.com/nats-io/stan.java
- NATSStreamingNotificationSender
- NATSStreamingNotificationReceiver
Send existing URLNotification, possibly use a JSON encoding for future extension. Track current position to "startAtTime" for first connect, or "startAtSequence" after previously connecting.
Script to run the nats-streaming
container for local testing purposes.