amqp10 : Native AMQP-1.0 client for node.js. You can installing amqp10 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 amqp10 $ sudo npm install -g amqp10
If want to update the amqp10 package execute the command as below,
$ sudo npm update amqp10
Update package globally,
$ npm install -g amqp10
$ sudo git clone https://github.com/rektide/amqp10.git
$ sudo npm install -g ./amqp10
amqp10@3.5.3 /usr/lib/node_modules/amqp10
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall amqp10
Package Name | amqp10 |
Version | 3.5.3 |
Description | Native AMQP-1.0 client for node.js |
Released Date | 2017-05-02T16:52:35.805Z |
Published by | mbroadst |
How to Learn | https://www.npmjs.com/package/amqp10/tutorial |