If you want to get rid of this warning during the JBoss 6.X startup:
WARNING [HornetQServerImpl] 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.
... you can change the hornetq-configuration.xml configuration. Add the following lines in the configuration tag element:
<cluster-user>guest</cluster-user> <cluster-password>guest</cluster-password>
Add new comment