From 6bf53917153c5d7adcd2a05f4cd47fe339376409 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 6 Sep 2017 20:19:08 -0400 Subject: [PATCH] Upgrade to ActiveMQ-5.15.0 and increase test time https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2211 It isn't clear why second message copy is lost, so increase timeout in case of some fluctuations in the ActiveMQ. Also increase logging level to DEBUG to see some info in the next failure --- .../main/resources/META-INF/spring/integration/aggregation.xml | 2 +- basic/jms/src/main/resources/log4j2.xml | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basic/jms/src/main/resources/META-INF/spring/integration/aggregation.xml b/basic/jms/src/main/resources/META-INF/spring/integration/aggregation.xml index dacedf41..49112952 100644 --- a/basic/jms/src/main/resources/META-INF/spring/integration/aggregation.xml +++ b/basic/jms/src/main/resources/META-INF/spring/integration/aggregation.xml @@ -28,7 +28,7 @@ - + diff --git a/build.gradle b/build.gradle index d2aa5f36..84b5eda7 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ subprojects { subproject -> } ext { - activeMqVersion = '5.13.4' + activeMqVersion = '5.15.0' apacheSshdVersion = '1.4.0' aspectjVersion = '1.8.9' commonsDigesterVersion = '2.0'