* Creates 120 events split over 10 channels, stores them via multiple
* simulated sources and consumes them via multiple simulated channels.
*/
@Test
public void testEventWithSimulatedSourceAndSinks() throws Exception {
provider = new JdbcChannelProviderImpl();
provider.initialize(derbyCtx);
Map<String, List<MockEvent>> eventMap =
new HashMap<String, List<MockEvent>>();