Comparing version 0.1.37 to 0.1.38
@@ -19,2 +19,4 @@ var util = require('util'); | ||
if (!this.stopped) { | ||
util.log('DebugOffRamp -> sending message...'); | ||
util.log('DebugOffRamp ->'); | ||
@@ -21,0 +23,0 @@ console.log(message.payload); |
@@ -58,3 +58,3 @@ var util = require('util'); | ||
util.log("HttpOffRamp -> Sending message to: " + this.destinationUrl); | ||
util.log("HttpOffRamp -> sending message to: " + this.destinationUrl); | ||
@@ -61,0 +61,0 @@ var urlInfo = url.parse(this.destinationUrl); |
@@ -87,3 +87,3 @@ var util = require('util'); | ||
util.log("HttpScraper -> Sending message to: " + this.destinationUrl); | ||
util.log("HttpScraper -> sending message to: " + this.destinationUrl); | ||
@@ -90,0 +90,0 @@ var urlInfo = url.parse(this.destinationUrl); |
@@ -109,2 +109,4 @@ /* | ||
util.log('FileOnRamp -> receiving message...'); | ||
async.waterfall([ | ||
@@ -114,3 +116,4 @@ function(callback){ | ||
}, | ||
function(callback) { | ||
function(callback) { | ||
util.log('FileOnRamp -> processing: ' + file); | ||
self.process(pFile, callback); | ||
@@ -134,3 +137,3 @@ }, | ||
FileOnRamp.prototype.process = function(file, callback) { | ||
FileOnRamp.prototype.process = function(file, callback) { | ||
fs.readFile(file, callback); | ||
@@ -137,0 +140,0 @@ } |
@@ -47,2 +47,3 @@ /* | ||
if (response) { | ||
util.log('SqsOnRamp -> receiving message...'); | ||
util.log(response); | ||
@@ -49,0 +50,0 @@ |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.37" | ||
, "version": "0.1.38" | ||
, "repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb" |
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
154715
1116