package com.artfess.base.constants;

public interface JmsConstant {
	
	/**
	 * 系统操作日志消息队列
	 */
	String SYS_LOG_QUEUE = "sysLogQueue";

	/**
	 * 系统操作日志消息队列
	 */
	String SYS_ERR_LOG_QUEUE = "sysErrLogQueue";

	/**
	 * 系统操作日志消息队列
	 */
	String SYS_LOGIN_QUEUE = "sysLoginQueue";

	/**
	 * 流程测试用例（流程仿真）
	 */
	String BPM_TEST_CASE = "bpmTestCase";

}
