4 Replies Latest reply on Aug 1, 2013 9:23 AM by jbertram

    hornetq cluster-user and cluster-password in jboss 7.1.1

    lzcmail

      1. What are the hornetq cluster-user and cluster-password for?

       

      2. How to encrypt the cluster-password?

       

      Here is an exmple of  standalone-full-ha.xml:

       

      <subsystem xmlns="urn:jboss:domain:messaging:1.1">

                  <hornetq-server>

                    <clustered>true</clustered>

                    <cluster-user>admin</cluster-user>

                    <cluster-password>password</cluster-password>

                      <persistence-enabled>true</persistence-enabled>

                      <journal-file-size>102400</journal-file-size>

                      <journal-min-files>2</journal-min-files>

       

       

      Thanks in advance.