template.sendBodyAndHeader("seda:start", "Hello World", "recipientListHeader", "fail,direct:foo");
assertMockEndpointsSatisfied();
// wait until its done before we stop and check that retry was invoked
boolean matches = event.matches(10, TimeUnit.SECONDS);
assertTrue(matches);
context.stop();
assertEquals(3, invoked.get());