amqp-wrapper
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -15,3 +15,3 @@ 'use strict'; | ||
config.prefetch = config.prefetch || 10; | ||
var prefetch = config.prefetch || 10; | ||
@@ -41,2 +41,3 @@ var ret = { | ||
channel.prefetch(prefetch); | ||
channel.assertExchange(config.exchange, 'topic', {}, assertQueues); | ||
@@ -43,0 +44,0 @@ } |
{ | ||
"name": "amqp-wrapper", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A wrapper around https://github.com/squaremo/amqp.node to make consuming and publishing dead easy.", | ||
@@ -5,0 +5,0 @@ "main": "amqp.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17585
385