throws ConfigurationException {
log.debug("Creating OrbManagement");
this.properties = properties;
try {
jmsManagement = new JMSManagement(properties);
} catch (Throwable t) {
throw new ConfigurationException(
"Could not create the required connection", t);
}