GitHub user TomRoss opened a pull request:
https://github.com/apache/activemq-artemis/pull/878
ARTEMIS-833 maxHops defaults to 0 when creating artemis cluster confi
through cli
https://issues.apache.org/jira/browse/ARTEMIS-833
The generated broker.xml configuration file has the <max-hops/> element
set to 0. This is very confusing since it effectively disables message
load balancing and stop cluster from forwarding messages to other nodes
in hte cluster. This should be set to at least 1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TomRoss/activemq-artemis artemis-833
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/878.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #878
----
commit 719ddced7b1f91e4212c20e8a7fc4b488f125842
Author: Tom Ross <[email protected]>
Date: 2016-11-02T08:47:16Z
ARTEMIS-833 maxHops defaults to 0 when creating artemis cluster
configuration through cli
https://issues.apache.org/jira/browse/ARTEMIS-833
The generated broker.xml configuration file has the <max-hops/> element
set to 0. This is very confusing since it effectively disables message
load balancing and stop cluster from forwarding messages to other nodes
in hte cluster. This should be set to at least 1.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---