dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-09-26
e8df19e3efe5a5cda98997ea2b20c039990a0ab8
[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";
}