[
https://issues.jboss.org/browse/AS7-4765?page=com.atlassian.jira.plugin.s...
]
Miroslav Novak moved JBPAPP-8981 to AS7-4765:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4765 (was: JBPAPP-8981)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
(was: EAP 6.0.0 ER 7)
Component/s: JMS
(was: HornetQ)
Security: (was: Public)
Fix Version/s: 7.1.3.Final (EAP)
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
CLONE - Add <cluster-password> attribute to
stanalone-full-ha.xml
------------------------------------------------------------------
Key: AS7-4765
URL:
https://issues.jboss.org/browse/AS7-4765
Project: Application Server 7
Issue Type: Feature Request
Components: JMS
Affects Versions: 7.1.1.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
Fix For: 7.1.3.Final (EAP)
When two servers are started in cluster (standalone-full-ha.xml profile) then HQ throw
lots of exceptions to log. It's because default password for cluster connection is
used and is necessary to change it. For simplicity we should add attribute
cluster-password to messaging subsystem.
This should be added to messaging-subsystem:
{code}
<subsystem xmlns="urn:jboss:domain:messaging:1.2">
<hornetq-server>
...
<cluster-password>CHANGE ME!!</cluster-password>
...
</hornetq-server>
</subsystem>
{code}
This also applies for domain.xml configuration (for full-ha profile)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira