Commit 476925db authored by hezhen's avatar hezhen

123

parent 3a02e3e7
...@@ -16,8 +16,12 @@ public class RabbitConstant { ...@@ -16,8 +16,12 @@ public class RabbitConstant {
public static final String INTEGRAL = "integral"; public static final String INTEGRAL = "integral";
public static final String INTEGRAL_TOPIC = INTEGRAL + TOPIC_EXC; public static final String INTEGRAL_TOPIC = INTEGRAL + TOPIC_EXC;
/**************************key*********************************/ /**************************key*********************************/
public static final String KEY_REGISTER_SUCCESS = "register.success"; public static final String KEY_APPUSER_REGISTER = "appUser.register";
public static final String INTEGRAL_ROUTING_KEY = "integral_routing_key"; public static final String KEY_APPUSER_AUTH = "appUser.auth";
public static final String KEY_ORDER_PAY = "order.pay";
public static final String KEY_ORDER_FINLISH = "order.finlish";
public static final String KEY_ORDER_CANCEL = "order.cancel";
static { static {
exchangeTopicSet = new HashSet<String>() {{ exchangeTopicSet = new HashSet<String>() {{
add(ADMIN_TOPIC); add(ADMIN_TOPIC);
......
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