Description
When running artemis CLI to create cluster configuration using simple CLI command like:
./artemis create --clustered --name node-one --host localhost --message-load-balancing ON_DEMAND ../node-one
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.
Attachments
Issue Links
- links to