Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
767dda81
Commit
767dda81
authored
Jul 27, 2021
by
terrfly
Browse files
删除旧版的配置项
parent
37179d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-core/src/main/java/com/jeequan/jeepay/core/constants/CS.java
View file @
767dda81
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment