amqp-connection-manager : Auto-reconnect and round robin support for amqplib.. You can installing amqp-connection-manager npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install amqp-connection-manager $ sudo npm install -g amqp-connection-manager
If want to update the amqp-connection-manager package execute the command as below,
$ sudo npm update amqp-connection-manager
Update package globally,
$ npm install -g amqp-connection-manager
$ sudo git clone https://github.com/rektide/amqp-connection-manager.git
$ sudo npm install -g ./amqp-connection-manager
amqp-connection-manager@1.3.7 /usr/lib/node_modules/amqp-connection-manager
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall amqp-connection-manager
Package Name | amqp-connection-manager |
Version | 1.3.7 |
Description | Auto-reconnect and round robin support for amqplib. |
Released Date | 2017-10-28T15:46:29.448Z |
Published by | jwalton |
How to Learn | https://www.npmjs.com/package/amqp-connection-manager/tutorial |