ATS-234 : Increase default JMS connection number from 10 to 20

This commit is contained in:
Cezar.Leahu 2019-01-11 17:27:01 +02:00
parent fec9ea5eda
commit 89786df316

View File

@ -9,7 +9,7 @@ spring:
password: ${ACTIVEMQ_PASSWORD:admin} password: ${ACTIVEMQ_PASSWORD:admin}
pool: pool:
enabled: true enabled: true
max-connections: 10 max-connections: 20
server: server:
port: 8090 port: 8090