合并分支 'dev_20230216' 到 'master'

上传文件 加密 不能打开问题 修改MQ

查看合并请求 laws-foton-slrs/foton-slrs-system-rest!89
This commit is contained in:
高嵩
2023-05-26 17:55:25 +08:00
@@ -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{