topics.put("donut-subscriber", "a/pattern/topic/*");
properties.put("event.topics", topics);
ComponentInstance instance = m_utils.getDonutConsumer2Factory()
.createComponentInstance(properties);
instance.dispose();
}
/**
* Test the event handler reliability by sending events with all kinds of
* publisher and check they are received by all kinds of subscriber.