_durableConfigurationStore = (DurableConfigurationStore)o;
}
}
catch (ClassNotFoundException e)
{
throw new ServerScopedRuntimeException("Unable to find message store class", e);
}
catch (InstantiationException e)
{
throw new ServerScopedRuntimeException("Unable to initialise message store class", e);
}
catch (IllegalAccessException e)
{
throw new ServerScopedRuntimeException("Unable to access message store class", e);
}
}
_durableConfigurationStore.configureConfigStore(virtualHost, recoveryHandler);
}