{
log.warn("Security risk! It has been detected that the cluster admin user and password " + "have not been changed from the installation default. "
+ "Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.");
}
securityStore = new SecurityStoreImpl(securityRepository,
securityManager,
configuration.getSecurityInvalidationInterval(),
configuration.isSecurityEnabled(),
configuration.getClusterUser(),
configuration.getClusterPassword(),