Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.65 KB

README.md

File metadata and controls

37 lines (32 loc) · 2.65 KB

AMQP Client Node

License NPM Version NPM Downloads Travis Coverage Dependencies DependenciesDev Vulnerabilities Releases Contributors Issues


Client with high level of abstraction for manipulation of messages in the event bus RabbitMQ.

Features:

  • Automatic creation and management of queues, exchanges and channels;
  • Support for direct, topic and fanout exchanges;
  • Publish;
  • Subscribe;
  • Support for a Remote procedure call (RPC).