Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.35.0
-
None
-
Cluster Configuration broker.xml:
<cluster-connections>
<cluster-connection name="mccon">
<connection-ttl>60000</connection-ttl>
<call-timeout>5000</call-timeout>
<retry-interval>500</retry-interval>
<retry-interval-multiplier>1.0</retry-interval-multiplier>
<max-retry-interval>5000</max-retry-interval>
<initial-connect-attempts>-1</initial-connect-attempts>
<reconnect-attempts>-1</reconnect-attempts>
<forward-when-no-consumers>false</forward-when-no-consumers>
<connector-ref>artemis</connector-ref>
<message-load-balancing>ON_DEMAND</message-load-balancing>
<max-hops>1</max-hops>
<static-connectors>
<connector-ref>node0</connector-ref>
<connector-ref>node1</connector-ref>
<connector-ref>node2</connector-ref>
</static-connectors>
</cluster-connection>
</cluster-connections>Cluster Configuration broker.xml: <cluster-connections> <cluster-connection name="mccon"> <connection-ttl>60000</connection-ttl> <call-timeout>5000</call-timeout> <retry-interval>500</retry-interval> <retry-interval-multiplier>1.0</retry-interval-multiplier> <max-retry-interval>5000</max-retry-interval> <initial-connect-attempts>-1</initial-connect-attempts> <reconnect-attempts>-1</reconnect-attempts> <forward-when-no-consumers>false</forward-when-no-consumers> <connector-ref>artemis</connector-ref> <message-load-balancing>ON_DEMAND</message-load-balancing> <max-hops>1</max-hops> <static-connectors> <connector-ref>node0</connector-ref> <connector-ref>node1</connector-ref> <connector-ref>node2</connector-ref> </static-connectors> </cluster-connection> </cluster-connections>
Description
The load balancing is not working correctly when several brokers are down. With the configuration we have in the cluster, we understand that this should not be happening. The load balancing should be smart and not send messages to the nodes that are down."
Attachments
Attachments
Issue Links
- links to