imergo-amqp
===========

[![NPM Version][package-version]][npm-url] ![Node][node-version]

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](https://www.squaremobius.net/amqp.node/channel_api.html)
library for Node.js. It is not backwards compatible with version 1.x.x.

## Install

```console
npm install imergo-amqp
```

## Test

Pre-requisites: `docker` and `docker-compose` should be installed to instantiate a [RabbitMQ](https://www.rabbitmq.com/)
container for the tests.

```console
npm test
```

[node-version]: https://img.shields.io/badge/node-16-orange.svg?style=flat-square
[package-version]: https://img.shields.io/badge/version-3.0.0-blue.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/imergo-amqp
