Skip to content

A Nodejs wrapper for socket-based message queues

Notifications You must be signed in to change notification settings

phacce/mq-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQ-Wrapper

This is a Nodejs wrapper for socket-based message queues. Currently, it uses axon for its workings.

Mechanisms

This wrapper currently supports 3 mechanisms:

  • push-pull (Push-Pull)
  • req-rep (Request-Reply)
  • pub-sub (Publish-Subscribe)

See the examples directory for information on how to use the supported mechanisms.

Releases

No releases published

Packages

No packages published