TASK:aida;
This commit is contained in:
@@ -316,11 +316,11 @@ public class GenerateConsumer {
|
|||||||
// processGenerateResult(msg, channel);
|
// processGenerateResult(msg, channel);
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// @RabbitListener(queues = MQConfig.TO_PRODUCT_IMAGE_RESULT_QUEUE)
|
@RabbitListener(queues = MQConfig.TO_PRODUCT_IMAGE_RESULT_QUEUE)
|
||||||
// @RabbitHandler
|
@RabbitHandler
|
||||||
// public void getToProductImageResult(Message msg, Channel channel) {
|
public void getToProductImageResult(Message msg, Channel channel) {
|
||||||
// processToProductImageResult(msg, channel);
|
processToProductImageResult(msg, channel);
|
||||||
// }
|
}
|
||||||
|
|
||||||
@RabbitListener(queues = MQConfig.RELIGHT_RESULT_QUEUE)
|
@RabbitListener(queues = MQConfig.RELIGHT_RESULT_QUEUE)
|
||||||
@RabbitHandler
|
@RabbitHandler
|
||||||
|
|||||||
Reference in New Issue
Block a user