protected final List<Pair<String,String>> startServerProduceConsumeQueues(
Config config,
int howMany,
int howManyUpdate) throws IOException, InterruptedException {
return startServerProduceConsumeQueues(config,
new DefaultCSVDatumGenerator(),
new MockModelGenerator(),
howMany,
howManyUpdate);
}