Commit 1955ec26 by lili

mq 修改

parent fb8a4839
package com.pcloud.book.mq.config;
import com.pcloud.common.core.constant.MQTopicProducer;
/**
* @author lily
* @date 2018/9/20 10:48
*/
public class MQTopicConumer {
private static final String PREFIX = "consumer.book.";
/**
* 清除录音消费者
*/
public static final String DELETE_VIDEO = PREFIX + MQTopicProducer.DELETE_VIDEO;
/**
* 注册当事人Topic监听
*/
public static final String REGISTER_PARTY = PREFIX + MQTopicProducer.REGISTER_PARTY;
/**
* 选择默认运营
*/
public static final String CHOOSE_DEFAULT_CHANNEL = PREFIX + MQTopicProducer.CHOOSE_DEFAULT_CHANNEL;
}
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