servicebus
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -30,3 +30,3 @@ var events = require('events'); | ||
this.errorQueueName = options.queueName + '.error'; | ||
this.exchangeName = options.exchangeName || 'amq.topic'; | ||
this.exchangeName = options.exchangeName || this.bus.exchangeName || 'amq.topic'; | ||
this.exchangeOptions = exchangeOptions; | ||
@@ -33,0 +33,0 @@ this.formatter = options.formatter; |
@@ -10,3 +10,3 @@ { | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"homepage": "https://github.com/mateodelnorte/servicebus", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
62377