@techloop/amqp-broker
Advanced tools
Comparing version 1.4.9 to 1.5.0
@@ -46,3 +46,3 @@ if (!process.env.EXCHANGE_NAME) { | ||
if (!failed_q) { | ||
if (failed_q) { | ||
q.subscribe(parseIncomingMessage); | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "@techloop/amqp-broker", | ||
"version": "1.4.9", | ||
"version": "1.5.0", | ||
"description": "AMQP broker for microservices communication", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4753