Commit 7a89e37ae0d943a7437663aa36c40b860e2ee71a
1 parent
28def16e
调整mq配置
Showing
1 changed file
with
0 additions
and
1 deletions
user-service.yml
| ... | ... | @@ -39,7 +39,6 @@ spring: |
| 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 | 40 | inMemory: true |
| 41 | 41 | pool: |
| 42 | - enabled: true | |
| 43 | 42 | max-connections: 5 |
| 44 | 43 | idle-timeout: 30000 |
| 45 | 44 | expiry-timeout: 0 | ... | ... |