fix: 去掉系统内的文档转换消息队列消费者,直接采用文档转换服务器上部署的转换服务

This commit is contained in:
zyd
2022-07-27 23:43:36 +08:00
parent 1053529d99
commit edb76c493d
@@ -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{