Commit 0142a729 by 裴大威

common MQ 常量

parent 3fae152f
...@@ -13,12 +13,12 @@ public class MQTopicConumer { ...@@ -13,12 +13,12 @@ public class MQTopicConumer {
/** /**
* 清除录音消费者 * 清除录音消费者
*/ */
public static final String DELETE_VIDEO = PREFIX + MQTopicProducer.DELETE_VIDEO; //public static final String DELETE_VIDEO = PREFIX + MQTopicProducer.DELETE_VIDEO;
/** /**
* 注册当事人Topic监听 * 注册当事人Topic监听
*/ */
public static final String REGISTER_PARTY = PREFIX + MQTopicProducer.REGISTER_PARTY; //public static final String REGISTER_PARTY = PREFIX + MQTopicProducer.REGISTER_PARTY;
/** /**
......
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