Link Search Menu Expand Document

Installation

As this library is just a wrapper over existing amqplib npm package, it neither include any other library with it nor downloads one for you. It is assumed that you’ll be responsible for installing official node client amqplib.


Dependency

Important

Install official amqplib first.

npm install amqplib --save

Then install the wrapper amqplib-r

npm install amqplib-r --save

Upcoming Features

Below is the list of identified missing features you can expect in future in this section