public void process(Exchange exchange) throws Exception {
// noop
}
});
consumer.start();
consumer.stop();
// the directory should NOT exists
File dir = new File("target/file/foo").getAbsoluteFile();
assertFalse("Directory should NOT be created", dir.exists());