@techloop/amqp-broker
Advanced tools
Comparing version 1.5.9 to 1.6.0
@@ -52,3 +52,3 @@ if (!process.env.EXCHANGE_NAME) { | ||
}) | ||
if (process.env.PROCESS_FAILED_QUEUE) { | ||
if (process.env.PROCESS_FAILED_QUEUE === 'true') { | ||
const parseIncomingMessage = this.parseIncomingMessage.bind(this) | ||
@@ -55,0 +55,0 @@ q.subscribe(parseIncomingMessage) |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.5.9", | ||
"version": "1.6.0", | ||
"description": "AMQP broker for microservices communication", | ||
@@ -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
20883