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}
pool:
enabled: true
max-connections: 10
max-connections: 20
server:
port: 8090