|
|
@@ -2,5 +2,6 @@ package com.yunfeiyun.agmp.iot.common.constant.mq;
|
|
|
|
|
|
public class IotMqQueue {
|
|
|
public static final String IOTM_TO_IOTS_CMD_QUEUE = "IOTM_TO_IOTS_CMD_QUEUE";
|
|
|
+ public static final String IOTM_TO_IOTS_BASE_DATA_QUEUE = "IOTM_TO_IOTS_BASE_DATA_QUEUE";
|
|
|
public static final String IOTS_TO_IOTM_CMD_QUEUE = "IOTS_TO_IOTM_CMD_QUEUE";
|
|
|
}
|