소스 검색

修改测试环境消息队列配置

hym 4 년 전
부모
커밋
a85334b48e

+ 2 - 1
message/src/main/resources/application-sit.properties

@@ -59,6 +59,7 @@ user.connections=userConnection
 dispath.queue=dispathTest
 receive.queue.name=receiveTest
 receive.exchange.name=messageExchangeTest
-receive.routing.key=receiveKeyTest
 dispath.routing.key=dipathKeyTest
+receive.routing.key=receiveKeyTest
+
 spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848

+ 3 - 3
operation_manager/src/main/resources/application-sit.properties

@@ -76,9 +76,9 @@ spring.rabbitmq.connection-timeout=15000
 spring.rabbitmq.publisher-confirm-type=correlated
 spring.rabbitmq.publisher-returns=true
 spring.rabbitmq.template.mandatory=true
-dispath.queue=dispath
-receive.exchange.name=messageExchange
-dispath.routing.key=dipathKey
+receive.exchange.name=messageExchangeTest
+dispath.routing.key=dipathKeyTest
+dispath.queue=dispathTest
 #nacos
 spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
 UMIS.sys_config_path=/UMIS_USER_IMAGES/

+ 2 - 2
sms_water/src/main/resources/application-sit.properties

@@ -115,6 +115,6 @@ spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThre
 spring.quartz.properties.org.quartz.threadPool.threadCount=10
 spring.quartz.properties.org.quartz.threadPool.threadPriority=5
 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
-receive.exchange.name=messageExchange
-dispath.routing.key=dipathKey
+receive.exchange.name=messageExchangeTest
+dispath.routing.key=dipathKeyTest