From edb76c493da76178544e3ed058cf4c5efc623e5e Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 27 Jul 2022 23:43:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=86=85=E7=9A=84=E6=96=87=E6=A1=A3=E8=BD=AC=E6=8D=A2=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=98=9F=E5=88=97=E6=B6=88=E8=B4=B9=E8=80=85=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E9=87=87=E7=94=A8=E6=96=87=E6=A1=A3=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2=E6=9C=8D=E5=8A=A1=E5=99=A8=E4=B8=8A=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E7=9A=84=E8=BD=AC=E6=8D=A2=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/adc/da/convert/mq/SendConvertMQService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adc-da-convert/src/main/java/com/adc/da/convert/mq/SendConvertMQService.java b/adc-da-convert/src/main/java/com/adc/da/convert/mq/SendConvertMQService.java index 0aa837a6..ac385e22 100644 --- a/adc-da-convert/src/main/java/com/adc/da/convert/mq/SendConvertMQService.java +++ b/adc-da-convert/src/main/java/com/adc/da/convert/mq/SendConvertMQService.java @@ -71,10 +71,10 @@ public class SendConvertMQService { private static final Logger logger = LoggerFactory.getLogger(SendConvertMQService.class); - @RabbitListener(bindings = @QueueBinding( - value = @Queue(value = "createConvertStandMQ_SQ_GSAR_RELEASE", durable = "true"), - exchange = @Exchange(value = "convert-exchange_SQ_GSAR_RELEASE", ignoreDeclarationExceptions = "true"), - key = "convert-key_SQ_GSAR_RELEASE")) +// @RabbitListener(bindings = @QueueBinding( +// value = @Queue(value = "createConvertStandMQ_SQ_GSAR_RELEASE", durable = "true"), +// exchange = @Exchange(value = "convert-exchange_SQ_GSAR_RELEASE", ignoreDeclarationExceptions = "true"), +// key = "convert-key_SQ_GSAR_RELEASE")) public void createMQ(Message message, Channel channel) throws Exception{ try{ try{