Commit 6610054e0da750dffa0c65630d6b50ed218a2ea2
1 parent
51dc842f
测试配置文件
Showing
1 changed file
with
0 additions
and
2 deletions
user-service.yml
| ... | ... | @@ -37,9 +37,7 @@ spring: |
| 37 | 37 | |
| 38 | 38 | activemq: |
| 39 | 39 | broker-url: failover:(tcp://mqserver:61616)?initialReconnectDelay=100 #ActiveMQ use static transport for broker clusters. multicast discovery for broker clusters, JmsListener cannot auto receive messages from some ActiveMQ servers |
| 40 | - in-memory: true | |
| 41 | 40 | pool: |
| 42 | - enabled: true | |
| 43 | 41 | max-connections: 5 |
| 44 | 42 | idle-timeout: 30000 |
| 45 | 43 | expiry-timeout: 0 | ... | ... |