@techloop/amqp-broker
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -43,3 +43,3 @@ if (!process.env.EXCHANGE_NAME) { | ||
console.log(bindTo); | ||
q.bind(this.exchange, bindTo, onQueueBind(q.name, bindTo)); | ||
q.bind(process.env.EXCHANGE_NAME, bindTo, onQueueBind(q.name, bindTo)); | ||
}); | ||
@@ -46,0 +46,0 @@ q.subscribe(parseIncomingMessage); |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"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
4736
10