configTemplate.setNumSyncBatches(2);
configTemplate.setBatchSize(100);
// Create multi-tenant store responder
ArrayStoreFactory storeFactory = new StaticArrayStoreFactory();
StoreResponderFactory responderFactory = new BasicArrayStoreResponderFactory(storeFactory);
MultiTenantStoreResponder mtStoreResponder = new MultiTenantStoreResponder(homeDir, configTemplate, responderFactory);
String source;
StoreResponder responder;
ArrayStore baseStore;