BAEL-80 - spring integration

(cherry picked from commit b5c7147)
This commit is contained in:
slavisa-baeldung
2016-10-21 06:45:07 +02:00
parent 66b6ce3dbe
commit 5fa83c03d5
4 changed files with 127 additions and 16 deletions
@@ -44,5 +44,17 @@ public final class FileCopyTest {
Thread.sleep(5000);
}
@Test
public void publish() throws InterruptedException {
final AbstractApplicationContext context =
new ClassPathXmlApplicationContext("classpath:META-INF/spring/integration/spring-integration-file-publish-context.xml");
Thread.sleep(15000);
}
}