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
- A version compatibility table of amqplib-r wrapper with official amqplib