Files
spring-integration-samples/advanced/advanced-testing-examples/src/test
Artem Bilan c85f1d444a JmsMockTests: stopped Channel Adapter by default
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2806

To avoid race condition around `JmsTemplate` mock setup it is better to
have a `<int-jms:inbound-channel-adapter>` stopped by default.
We start it later in the test-case when all the environment is already
set
2019-04-29 09:35:39 -04:00
..