harcon-amqp
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -14,3 +14,3 @@ 'use strict' | ||
amqpbarrel.nodeNO = function ( comm ) { | ||
return 1 | ||
return Math.floor((Math.random() * this.nodeCount) + 1) | ||
} | ||
@@ -73,2 +73,3 @@ | ||
self.nodeSeqNo = config.nodeSeqNo || 1 | ||
self.nodeCount = config.nodeCount || 1 | ||
@@ -75,0 +76,0 @@ self.connectURL = config.connectURL || 'amqp://localhost' |
{ | ||
"name": "harcon-amqp", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
30940
809