Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 686 Bytes

nats-subscribe-user-info

An example of a publisher for the NATS message queue consuming user information. This can be run with the nats-publish-user-info

Running the NATS docker images

  • docker run --rm --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 nats
  • this is the default and lets you run a NATS server version 1.2.0 (as of 8/2018)
  • just runs in memory and no streaming (that is separate)

What is required