Commit 1d9af0e3f3ae9e811a824f06a12e040b84bb4353
1 parent
4d3dde6e
增加jms配置
Showing
1 changed file
with
11 additions
and
0 deletions
class-service.yml
| @@ -67,6 +67,16 @@ spring: | @@ -67,6 +67,16 @@ spring: | ||
| 67 | sentinel: | 67 | sentinel: |
| 68 | master: mymaster1 | 68 | master: mymaster1 |
| 69 | nodes: redis-server:16379,redis-server:16379 | 69 | nodes: redis-server:16379,redis-server:16379 |
| 70 | + jms: | ||
| 71 | + brokerUrl: tcp://mqserver:61616 | ||
| 72 | + consumer: | ||
| 73 | + concurrentConsumers: 5 | ||
| 74 | + maxConcurrentConsumers: 10 | ||
| 75 | + pool: | ||
| 76 | + maxConnections: 10 | ||
| 77 | + maximumActiveSessionPerConnection: 100 | ||
| 78 | + idleTimeout: 60000 | ||
| 79 | + createConnectionOnStartup: false | ||
| 70 | 80 | ||
| 71 | mybatis: | 81 | mybatis: |
| 72 | mapperLocations: classpath:/mybatis/*.xml | 82 | mapperLocations: classpath:/mybatis/*.xml |
| @@ -362,4 +372,4 @@ apiConfig: | @@ -362,4 +372,4 @@ apiConfig: | ||
| 362 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com | 372 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com |
| 363 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp | 373 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp |
| 364 | gxbApiUrl: http://api/gxb-api | 374 | gxbApiUrl: http://api/gxb-api |
| 365 | - gxbBiApiUrl: http://bi-api/bi-api | 375 | - gxbBiApiUrl: http://bi-api/bi-api |
| 376 | + gxbBiApiUrl: http://bi-api/bi-api | ||
| 366 | \ No newline at end of file | 377 | \ No newline at end of file |