transportFactoryManager = (TransportFactoryManager)properties.get(CELTIX_TRANSPORTFACTORYMANAGER);
} else {
transportFactoryManager = new TransportFactoryManagerImpl(this);
}
bindingManager = new BindingManagerImpl(this);
workQueueManager = new WorkQueueManagerImpl(this);
resourceManager = new ResourceManagerImpl(this);
// create and initialise the remaining objects:
// clientRegistry = new ClientRegistry(this);