@techloop/amqp-broker
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -30,3 +30,4 @@ if (!process.env.EXCHANGE_NAME) { | ||
onQueueOpen = (failed_q) => (q) => { | ||
onQueueOpen(q){ | ||
console.log(q); | ||
console.log(`Queue ${q.name} was opened`); | ||
@@ -33,0 +34,0 @@ this.set("q", q); |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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
130
4435