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
This commit is contained in:
Artem Bilan
2017-09-06 20:19:08 -04:00
parent e37904128e
commit 6bf5391715
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<int:channel id="jmsReplyChannel" />
<int:aggregator input-channel="jmsReplyChannel" output-channel="out"
group-timeout="20000"
group-timeout="40000"
expire-groups-upon-timeout="false"
send-partial-result-on-expiry="true"
discard-channel="logLateArrivers"

View File

@@ -10,7 +10,7 @@
<AppenderRef ref="Console" />
</Root>
<Logger name="org.springframework" level="warn" />
<Logger name="org.springframework.integration" level="warn" />
<Logger name="org.springframework.integration" level="debug" />
<Logger name="org.springframework.integration.samples" level="debug" />
</Loggers>
</Configuration>