Merge branch 'develop_3' into 'develop_master'
feat: There is no way the MQ create queue key See merge request !111
This commit is contained in:
@@ -28,7 +28,7 @@ public class SendConvertMQService {
|
|||||||
private static final Logger logger = LoggerFactory.getLogger(SendConvertMQService.class);
|
private static final Logger logger = LoggerFactory.getLogger(SendConvertMQService.class);
|
||||||
|
|
||||||
@RabbitListener(bindings = @QueueBinding(
|
@RabbitListener(bindings = @QueueBinding(
|
||||||
value = @Queue(value = "createStandMQ_SQ_GSAR", durable = "true"),
|
value = @Queue(value = "createConvertStandMQ_SQ_GSAR", durable = "true"),
|
||||||
exchange = @Exchange(value = "convert-exchange_SQ_GSAR", ignoreDeclarationExceptions = "true"),
|
exchange = @Exchange(value = "convert-exchange_SQ_GSAR", ignoreDeclarationExceptions = "true"),
|
||||||
key = "convert-key_SQ_GSAR"))
|
key = "convert-key_SQ_GSAR"))
|
||||||
public void createMQ(AttFileEO attFileEO, Message message, Channel channel) throws Exception{
|
public void createMQ(AttFileEO attFileEO, Message message, Channel channel) throws Exception{
|
||||||
|
|||||||
Reference in New Issue
Block a user