@techloop/amqp-broker
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -38,8 +38,5 @@ if (!process.env.EXCHANGE_NAME) { | ||
splittedBinds.forEach(bindTo => { | ||
if (failed_q) { | ||
bindTo = `failed.${bindTo}`; | ||
} | ||
console.log(bindTo); | ||
q.bind(process.env.EXCHANGE_NAME, bindTo, onQueueBind(q.name, bindTo)); | ||
q.bind(process.env.EXCHANGE_NAME, `failed.${bindTo}`, onQueueBind(q.name, `failed.${bindTo}`)); | ||
}); | ||
@@ -46,0 +43,0 @@ q.subscribe(parseIncomingMessage); |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"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
4770
131
11