Skip to content

An example of a subscriber for the NATS message queue (not streaming) receiving logging data based on user info. Works with my other nats-publish-user repo.

License

Notifications You must be signed in to change notification settings

DaleBingham/nats-subscribe-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of a subscriber for the NATS message queue (not streaming) receiving logging data based on user info. Works with my other nats-publish-user repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages