conf =
(ChannelConfiguration) ComponentConfigurationFactory.create(
channelName, config, ComponentType.CHANNEL);
logger.debug("Created channel " + channelName);
if (conf != null) {
conf.configure(channelContext);
}
if((configSpecified && conf.isNotFoundConfigClass()) ||
!configSpecified){
newContextMap.put(channelName, channelContext);
} else if (configSpecified) {