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