// not in cache, build it
String stackConfigFileName = (String)connFactoryInfo.get(name);
if (stackConfigFileName != null) {
ConnectionFactory cf = new GroupConnectionFactory(stackConfigFileName);
connFactories.put(name, cf);
return cf;
}
if (topicInfo.contains(name)) {
Destination t = new GroupTopic(name);