amq icon indicating copy to clipboard operation
amq copied to clipboard

A nodejs AMQP implementation built on top of amqplib's channel-oriented api. Connection/Queue/Exchange constructors supporting auto-reconnection and backoff.

Results 1 amq issues
Sort by recently updated
recently updated
newest added

There is a conditional in the close function of the Connection class that checks to see if the 'conn' variable is defined. if ( this.conn ) { return prom.then(function(){ return...