TASK:mq配置
This commit is contained in:
@@ -13,22 +13,22 @@ public class MQConfig {
|
|||||||
// ==================================================================
|
// ==================================================================
|
||||||
// public static final String GENERATE_QUEUE = "generate-queue-local";
|
// public static final String GENERATE_QUEUE = "generate-queue-local";
|
||||||
// public static final String GENERATE_QUEUE = "generate-queue-dev";
|
// public static final String GENERATE_QUEUE = "generate-queue-dev";
|
||||||
public static final String GENERATE_QUEUE = "generate-queue-prod";
|
public static final String GENERATE_QUEUE = "generate-queue-dev";
|
||||||
//
|
//
|
||||||
// public static final String SR_QUEUE = "SR-queue-local";
|
// public static final String SR_QUEUE = "SR-queue-local";
|
||||||
// public static final String SR_QUEUE = "SR-queue-dev";
|
// public static final String SR_QUEUE = "SR-queue-dev";
|
||||||
public static final String SR_QUEUE = "SR-queue-prod";
|
public static final String SR_QUEUE = "SR-queue-dev";
|
||||||
//
|
//
|
||||||
// public static final String SR_RESULT_QUEUE = "SuperResolution-local";
|
// public static final String SR_RESULT_QUEUE = "SuperResolution-local";
|
||||||
// public static final String SR_RESULT_QUEUE = "SuperResolution-dev";
|
// public static final String SR_RESULT_QUEUE = "SuperResolution-dev";
|
||||||
public static final String SR_RESULT_QUEUE = "SuperResolution-prod";
|
public static final String SR_RESULT_QUEUE = "SuperResolution-dev";
|
||||||
//
|
//
|
||||||
// public static final String GENERATE_RESULT_QUEUE = "GenerateImage-local";
|
// public static final String GENERATE_RESULT_QUEUE = "GenerateImage-local";
|
||||||
public static final String GENERATE_RESULT_QUEUE = "GenerateImage-prod";
|
public static final String GENERATE_RESULT_QUEUE = "GenerateImage-dev";
|
||||||
|
|
||||||
public static final String TO_PRODUCT_IMAGE_RESULT_QUEUE = "ToProductImage-prod";
|
public static final String TO_PRODUCT_IMAGE_RESULT_QUEUE = "ToProductImage-dev";
|
||||||
|
|
||||||
public static final String RELIGHT_RESULT_QUEUE = "Relight-prod";
|
public static final String RELIGHT_RESULT_QUEUE = "Relight-dev";
|
||||||
public MQConfig() {
|
public MQConfig() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user