amqplib-rpc icon indicating copy to clipboard operation
amqplib-rpc copied to clipboard

Thin Amplib utils for RabbitMQ RPC in Node.js

Results 8 amqplib-rpc issues
Sort by recently updated
recently updated
newest added

There are applications where an unique connection and channel are used to communicate with a RabbitMQ server. I measured ~500 ms when creating a connection, ~100 ms creating the channel....

Hi. Congratulations by your package. Can you make definition types for your lib, to I can use on typescript? Thanks

Provide an option (and better defaults) for naming the reply queues.

enhancement

Let’s get started with automated dependency management for amqplib-rpc :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

**NPM v3.10.6 Node v6.5.0** `npm WARN deprecated [email protected]: 'native-or-bluebird' is deprecated. Please use 'any-promise' instead.` ``` +-- [email protected] | +-- [email protected] | | +-- [email protected] | | +-- [email protected] |...

Unfortunately, doesn't work with `[email protected]`, because of old `when` library ``` TypeError: channel.assertQueue(...).then(...).catch is not a function at /Users/pnedelko/projects/elastic/api/node_modules/amqplib-rpc/lib/request.js:99:15 at Object.then (/Users/pnedelko/projects/elastic/api/node_modules/when/when.js:355:15) at /Users/pnedelko/projects/elastic/api/node_modules/when/when.js:253:12 at /Users/pnedelko/projects/elastic/api/node_modules/when/when.js:417:5 at Immediate.drainQueue [as _onImmediate]...