Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 654 Bytes

nats-subscribe-logging

An example of a publisher for the NATS message queue (not streaming) receiving logging information

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