gatewayProxy.setBeanFactory(getBeanFactory());
gatewayProxy.setBeanName("gateway-"+s.getName());
gatewayProxy.setComponentName("gateway-" + s.getName());
gatewayProxy.setDefaultReplyChannel(reply);
mc.subscribe(new ServiceActivatingHandler(s, "consume"));
gatewayProxy.afterPropertiesSet();
this.proxyMap.put(s.getName(), gatewayProxy);
}