Commit 56eb485c authored by project's avatar project

--no commit message

--no commit message
parent 1b860f3a
...@@ -45,6 +45,7 @@ JW.prototype.amqp_pmr_start = function () ...@@ -45,6 +45,7 @@ JW.prototype.amqp_pmr_start = function ()
}); });
self.amqp_server_pmr.set_execute_function(function(data,callback){ self.amqp_server_pmr.set_execute_function(function(data,callback){
console.log(data);
if(data.option && data.option.exe_level && data.option.exe_level=='secondary') if(data.option && data.option.exe_level && data.option.exe_level=='secondary')
{ {
console.log('WORKER:Forword job[' + data.jobId + '] to SJW'); console.log('WORKER:Forword job[' + data.jobId + '] to SJW');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment