imergo-amqp
v3.0.0
Published
Utility libraries for communication with messaging services (AMQP).
Downloads
5
Readme
imergo-amqp
Utility libraries for communication with messaging services (AMQP), version 0.9.1.
It builds a set of wrappers with the factory pattern around the amqplib library for Node.js. It is not backwards compatible with version 1.x.x.
Install
npm install imergo-amqpTest
Pre-requisites: docker and docker-compose should be installed to instantiate a RabbitMQ
container for the tests.
npm test