Commit c8505a23 authored by 赵啸非's avatar 赵啸非

添加告警统计信息

parent 483165ff
......@@ -67,7 +67,7 @@ public class DirectDynamicListener implements MessageListener {
String messageType = queueMsg.getHeaders().getData().get(MESSAGETYPE);
try {
if (ObjectUtils.isEmpty(deviceCode)) {
log.info("onMessage deviceCode is null,receive data:{}", data);
log.info("onMessage deviceCode is null,receive data:{},queue:{}", data,queue);
return;
}
......
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