|
@@ -126,11 +126,13 @@ public class BuildScenePreMQListener implements RocketMQListener<String> {
|
|
//发送mq,就进行计算
|
|
//发送mq,就进行计算
|
|
producer.syncSend(topicName, message);
|
|
producer.syncSend(topicName, message);
|
|
|
|
|
|
|
|
+ log.info("场景计算前置处理完成,场景码:{}", message.getSceneNum());
|
|
|
|
+
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
log.error("场景计算前置处理出错", e);
|
|
log.error("场景计算前置处理出错", e);
|
|
//发送钉钉
|
|
//发送钉钉
|
|
String serverPath = message.getPath().substring(0,message.getPath().lastIndexOf("/")+1).concat(message.getPrefix());
|
|
String serverPath = message.getPath().substring(0,message.getPath().lastIndexOf("/")+1).concat(message.getPrefix());
|
|
- buildScenePreService.handFail("前置处理失败", serverPath, message.getSceneNum(), BuildScenePreServiceImpl.hostName, null);
|
|
|
|
|
|
+// buildScenePreService.handFail("前置处理失败", serverPath, message.getSceneNum(), BuildScenePreServiceImpl.hostName, null);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|