[
https://issues.apache.org/jira/browse/ARTEMIS-1925?focusedWorklogId=628767&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-628767
]
ASF GitHub Bot logged work on ARTEMIS-1925:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jul/21 22:32
Start Date: 27/Jul/21 22:32
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on a change in pull
request #3676:
URL: https://github.com/apache/activemq-artemis/pull/3676#discussion_r677845114
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/MessageRedistributionTest.java
##########
@@ -730,6 +730,40 @@ public void testRedistributionWhenRemoteConsumerIsAdded()
throws Exception {
verifyNotReceive(1);
}
+ @Test
+ public void testRedistributionWhenRemoteConsumerIsAddedLbOff() throws
Exception {
+ setupCluster(MessageLoadBalancingType.OFF);
Review comment:
This test is actually proving we're introducing a breaking change...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 628767)
Time Spent: 5.5h (was: 5h 20m)
> Allow message redistribution even with STRICT or OFF message-load-balancing
> semantics
> -------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1925
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1925
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Priority: Major
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> Currently if the {{message-load-balancing}} is {{STRICT}} or {{OFF}} then
> message redistribution is disabled. Message redistribution should be
> controlled only by the {{redistribtion-delay}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)