co.jufeng.mq.activemq.QueueNameList Maven / Gradle / Ivy
package co.jufeng.mq.activemq;
/**
* 消息队列名称列表各业务模块定义
* @author 郑坚焱
* Copyright (c) 2016-2018
*/
public class QueueNameList {
/**
* 系统默认队列
*/
public static final String MQ_QUEUE_DEFAULT = "default";
/**
* 系统异常入库队列
*/
public static final String MQ_QUEUE_EXCEPTION_LOG = "exceptionLogQueue";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy