From 89786df3169044bb15d8735aa0eae9f598963ef7 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Fri, 11 Jan 2019 17:27:01 +0200 Subject: [PATCH] ATS-234 : Increase default JMS connection number from 10 to 20 --- alfresco-transformer-base/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfresco-transformer-base/src/main/resources/application.yaml b/alfresco-transformer-base/src/main/resources/application.yaml index d91b0f1b..ffee2ab3 100644 --- a/alfresco-transformer-base/src/main/resources/application.yaml +++ b/alfresco-transformer-base/src/main/resources/application.yaml @@ -9,7 +9,7 @@ spring: password: ${ACTIVEMQ_PASSWORD:admin} pool: enabled: true - max-connections: 10 + max-connections: 20 server: port: 8090