Skip to content

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

License

Notifications You must be signed in to change notification settings

nutes-uepb/amqp-client-node

Repository files navigation

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).