mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-234 : Increase default JMS connection number from 10 to 20
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user