Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 436 Bytes

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.