mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 23:08:03 +08:00
删除旧版的配置项
This commit is contained in:
parent
37179d006c
commit
767dda8122
@ -125,54 +125,6 @@ public class CS {
|
||||
}
|
||||
|
||||
|
||||
public interface MQ{
|
||||
|
||||
/** 更新配置的通知消息 **/
|
||||
String TOPIC_MODIFY_SYS_CONFIG = "topic-modify-sys-config";
|
||||
|
||||
/** 更新商户配置信息 **/
|
||||
String TOPIC_MODIFY_MCH_INFO = "topic-modify-mch-info";
|
||||
|
||||
/** 更新商户应用配置信息 **/
|
||||
String TOPIC_MODIFY_MCH_APP = "topic-modify-mch-app";
|
||||
|
||||
/** 更新服务商配置信息 **/
|
||||
String TOPIC_MODIFY_ISV_INFO = "topic-modify-isv-info";
|
||||
|
||||
/** 支付订单 商户通知MQ **/
|
||||
String QUEUE_PAYORDER_MCH_NOTIFY = "queue-payorder-mch-notify";
|
||||
|
||||
/** 轮询查单 MQ **/
|
||||
String QUEUE_CHANNEL_ORDER_QUERY = "queue-channel-order-query";
|
||||
|
||||
/** 清除商户登录用户信息 **/
|
||||
String QUEUE_MODIFY_MCH_USER_REMOVE = "queue-modify-mch-user-remove";
|
||||
|
||||
/** 用于activemq 发布订阅模式交换机**/
|
||||
String FANOUT_MODIFY_SYS_CONFIG = "fanout-modify-sys-config";
|
||||
|
||||
/** MQ消息类型 **/
|
||||
String MQ_TYPE_MODIFY_MCH_APP = "modify.mch.app";
|
||||
String MQ_TYPE_MODIFY_ISV_INFO = "modify.isv.info";
|
||||
String MQ_TYPE_MODIFY_MCH_INFO = "modify.mch.info";
|
||||
String MQ_TYPE_MODIFY_SYS_CONFIG = "modify.sys.config";
|
||||
String MQ_TYPE_CHANNEL_ORDER_QUERY = "channel.order.query";
|
||||
String MQ_TYPE_PAY_ORDER_MCH_NOTIFY = "pay.order.mch.notify";
|
||||
String MQ_TYPE_MCH_LOGIN_USER_REMOVE = "mch.login.user.remove";
|
||||
|
||||
}
|
||||
|
||||
/** RabbitMQ交换机类型 **/
|
||||
public static final String DIRECT_EXCHANGE = "directExchange";
|
||||
public static final String DELAYED_EXCHANGE = "delayedExchange"; // 延迟交换机
|
||||
public static final String FANOUT_EXCHANGE_SYS_CONFIG = "fanoutExchangeSysConfig";
|
||||
/** 切换MQ的类型 **/
|
||||
public static class MQTYPE{
|
||||
public static final String ACTIVE_MQ = "activeMQ";
|
||||
public static final String RABBIT_MQ = "rabbitMQ";
|
||||
public static final String ROCKET_MQ = "rocketMQ";
|
||||
}
|
||||
|
||||
//菜单类型
|
||||
public interface ENT_TYPE{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user