Commit ec4b0792 by 朱亚洁

feat:[1005527]公众号-关注后延时推送

parent db9cc0fc
...@@ -22,12 +22,12 @@ public class MQExchangeConstants { ...@@ -22,12 +22,12 @@ public class MQExchangeConstants {
*/ */
public static final String BOOK_DELAY_ROUTING_KEY = "book.routingkey.delay"; public static final String BOOK_DELAY_ROUTING_KEY = "book.routingkey.delay";
/** /**
* book 延时队列交换机 * wechatgroup 延时队列交换机
*/ */
public static final String WECHATGROUP_DELAYED_EXCHANGE = "wechatgroup.exchange.delay"; public static final String WECHATGROUP_DELAYED_EXCHANGE = "wechatgroup.exchange.delay";
/** /**
* book 延时队列 routing key * wechatgroup 延时队列 routing key
*/ */
public static final String WECHATGROUP_DELAY_ROUTING_KEY = "wechatgroup.routingkey.delay"; public static final String WECHATGROUP_DELAY_ROUTING_KEY = "wechatgroup.routingkey.delay";
...@@ -40,5 +40,14 @@ public class MQExchangeConstants { ...@@ -40,5 +40,14 @@ public class MQExchangeConstants {
* trade 延时队列 routing key * trade 延时队列 routing key
*/ */
public static final String TRADE_DELAY_ROUTING_KEY = "trade.routingkey.delay"; public static final String TRADE_DELAY_ROUTING_KEY = "trade.routingkey.delay";
/**
*channel 延时队列交换机
*/
public static final String CHANNEL_DELAYED_EXCHANGE = "channel.exchange.delay";
/**
* channel 延时队列 routing key
*/
public static final String CHANNEL_DELAY_ROUTING_KEY = "channel.routingkey.delay";
} }
...@@ -22,4 +22,9 @@ public class MQQueueConstants { ...@@ -22,4 +22,9 @@ public class MQQueueConstants {
*/ */
public static final String TRADE_IMMEDIATE_QUEUE_FOR_DELAY = "trade." + IMMEDIATE_QUEUE_FOR_DELAY; public static final String TRADE_IMMEDIATE_QUEUE_FOR_DELAY = "trade." + IMMEDIATE_QUEUE_FOR_DELAY;
/**
* channel 延时队列
*/
public static final String CHANNEL_IMMEDIATE_QUEUE_FOR_DELAY = "channel." + 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