|
|
@ -3,7 +3,7 @@ package com.ms.biz.quque;
|
|
|
|
import com.ms.biz.tool.SystemTool;
|
|
|
|
import com.ms.biz.tool.SystemTool;
|
|
|
|
|
|
|
|
|
|
|
|
public class Topic {
|
|
|
|
public class Topic {
|
|
|
|
public static final String TOPIC_DS_MESSAGE = "miaoshougoods_rsync_order";
|
|
|
|
public static final String TOPIC_DS_MESSAGE = "miaoshougoods_ds_message";
|
|
|
|
public static String rebuild(String topic) {
|
|
|
|
public static String rebuild(String topic) {
|
|
|
|
if (SystemTool.isDevEnv()) {
|
|
|
|
if (SystemTool.isDevEnv()) {
|
|
|
|
return "local%" + topic;
|
|
|
|
return "local%" + topic;
|
|
|
|