INT-3538: Docs for Scatter-Gather

JIRA: https://jira.spring.io/browse/INT-3538

Phase #1: `Scatter-Gather`

S-G Doc Polishing

INT-3538 Add `requires-reply` to `scatter-gather`

Final S-G Doc Polish
This commit is contained in:
Artem Bilan
2014-11-03 18:29:43 +02:00
committed by Gary Russell
parent 6f85509920
commit af19bbfa70
4 changed files with 229 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ public class ScatterGatherParserTests {
Object reaper = this.beanFactory.getBean("reaper");
assertSame(gatherer.getMessageStore(), TestUtils.getPropertyValue(reaper, "messageGroupStore"));
assertTrue(TestUtils.getPropertyValue(scatterGather, "requiresReply", Boolean.class));
}
@Test