larvitamintercom
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -207,2 +207,6 @@ 'use strict'; | ||
if (options.exclusive !== true && options.exclusive !== false) { | ||
options.exclusive = false; | ||
} | ||
queueName = 'queTo_' + options.exchange; | ||
@@ -240,3 +244,3 @@ | ||
// are delivered to the application." - https://www.rabbitmq.com/amqp-0-9-1-reference.html | ||
exclusive = false, // Request exclusive consumer access, meaning only this consumer can access the queue. | ||
exclusive = options.exclusive, // Request exclusive consumer access, meaning only this consumer can access the queue. | ||
args = {}; // https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.consume.arguments | ||
@@ -243,0 +247,0 @@ |
{ | ||
"name": "larvitamintercom", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
36542
810