Skip to content

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

License

Notifications You must be signed in to change notification settings

DaleBingham/nats-subscribe-user-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages