Overview
These are some notes and an example on hooking up Golang programs to the NATS messaging system
NATS Messaging
NATS messaging enables data sharing via a publish/subscribe mechanism across different processes, systems and platforms. NATS core offers an "at most once" quality of service. If a subscriber is …