harcon-amqp
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -60,3 +60,3 @@ 'use strict' | ||
socket.connect( division, function ( ) { | ||
self.logger.harconlog( null, 'AMQP subscribe ' + self.socketType + ' socket is made.', division, 'info' ) | ||
self.logger.harconlog( null, 'AMQP ' + self.socketType + ' in socket is made.', division, 'info' ) | ||
@@ -77,3 +77,3 @@ if ( callback ) | ||
socket.connect( division, function () { | ||
self.logger.harconlog( null, 'AMQP publish ' + self.socketType + ' socket is made.', division, 'info' ) | ||
self.logger.harconlog( null, 'AMQP ' + self.socketType + ' out socket is made.', division, 'info' ) | ||
@@ -80,0 +80,0 @@ self.outs[division] = socket |
{ | ||
"name": "harcon-amqp", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"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
27657