Commit f74311f2 by 吴博

feat: [1003878] 书币商城

parent 2dbb6af8
......@@ -31,4 +31,14 @@ public class MQExchangeConstants {
*/
public static final String WECHATGROUP_DELAY_ROUTING_KEY = "wechatgroup.routingkey.delay";
/**
*trade 延时队列交换机
*/
public static final String TRADE_DELAYED_EXCHANGE = "trade.exchange.delay";
/**
* trade 延时队列 routing key
*/
public static final String TRADE_DELAY_ROUTING_KEY = "trade.routingkey.delay";
}
......@@ -17,4 +17,9 @@ public class MQQueueConstants {
*/
public static final String WECHATGROUP_IMMEDIATE_QUEUE_FOR_DELAY = "wechatgroup." + IMMEDIATE_QUEUE_FOR_DELAY;
/**
* trade 延时队列
*/
public static final String TRADE_IMMEDIATE_QUEUE_FOR_DELAY = "trade." + IMMEDIATE_QUEUE_FOR_DELAY;
}
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