Removing "[HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have..." message

Submitted by Jochus on Mon, 10/09/2012 - 16:38 | Posted in:

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

The content of this field is kept private and will not be shown publicly.

Full HTML

  • Lines and paragraphs break automatically.
  • You can caption images (data-caption="Text"), but also videos, blockquotes, and so on.
  • Web page addresses and email addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <bash>, <cpp>, <css>, <html5>, <java>, <javascript>, <php>, <sql>, <xml>. The supported tag styles are: <foo>, [foo].
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.