amqp-wrapper
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -17,3 +17,3 @@ 'use strict'; | ||
config.prefetch = config.prefetch || 10; | ||
var prefetch = config.prefetch || 10; | ||
@@ -43,2 +43,3 @@ var ret = { | ||
channel.prefetch(prefetch); | ||
channel.assertExchange(config.exchange, 'topic', {}, assertQueues); | ||
@@ -45,0 +46,0 @@ } |
{ | ||
"name": "amqp-wrapper", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"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
17958
386