}
producers.put(endpoint.getId(), requestProducer);
consumers.put(endpoint.getId(), resultConsumer);
ExecutionContext executionContext = new ClusteredExecutionContext(requestProducer,commandStore);
RemoteServiceFactory remoteServiceFactory = new RemoteServiceFactory(endpoint, clusterManager, executionContext);
ServiceRegistration registration = listenerInfo.getBundleContext().registerService(endpoint.getServiceClass(),
remoteServiceFactory,
new Hashtable<String, Object>(endpoint.getProperties()));