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 | 67 | sentinel: |
| 68 | 68 | master: mymaster1 |
| 69 | 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 | 81 | mybatis: |
| 72 | 82 | mapperLocations: classpath:/mybatis/*.xml |
| ... | ... | @@ -362,4 +372,4 @@ apiConfig: |
| 362 | 372 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com |
| 363 | 373 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp |
| 364 | 374 | gxbApiUrl: http://api/gxb-api |
| 365 | 375 | - gxbBiApiUrl: http://bi-api/bi-api |
| 376 | + gxbBiApiUrl: http://bi-api/bi-api | |
| 366 | 377 | \ No newline at end of file | ... | ... |