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:
committed by
Gary Russell
parent
6f85509920
commit
af19bbfa70
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user