Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
ec4b0792
Commit
ec4b0792
authored
Sep 26, 2021
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:[1005527]公众号-关注后延时推送
parent
db9cc0fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
MQExchangeConstants.java
...n/java/com/pcloud/common/core/mq/MQExchangeConstants.java
+11
-2
MQQueueConstants.java
...main/java/com/pcloud/common/core/mq/MQQueueConstants.java
+5
-0
No files found.
pcloud-common-core/src/main/java/com/pcloud/common/core/mq/MQExchangeConstants.java
View file @
ec4b0792
...
...
@@ -22,12 +22,12 @@ public class MQExchangeConstants {
*/
public
static
final
String
BOOK_DELAY_ROUTING_KEY
=
"book.routingkey.delay"
;
/**
*
book
延时队列交换机
*
wechatgroup
延时队列交换机
*/
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"
;
...
...
@@ -40,5 +40,14 @@ public class MQExchangeConstants {
* trade 延时队列 routing key
*/
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"
;
}
pcloud-common-core/src/main/java/com/pcloud/common/core/mq/MQQueueConstants.java
View file @
ec4b0792
...
...
@@ -22,4 +22,9 @@ public class MQQueueConstants {
*/
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
;
}
Write
Preview
Markdown
is supported
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