fix: 去掉系统内的文档转换消息队列消费者,直接采用文档转换服务器上部署的转换服务
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user