dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add agent auto level up
Helius
2021-09-26
c2a08e408b08e21a7595eaeaaf8483c5df030d24
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
rabbit
/
constants
/
QueueConstants.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.rabbit.constants;
/**
* @author wzy
* @date 2021-09-25
**/
public class QueueConstants {
public static final String QUEUE_DEFAULT = "queue_default";
public static final String AGENT_AUTO_LEVEL_UP = "queue_agent_auto_level_up";
}