[
https://issues.apache.org/jira/browse/ARTEMIS-3005?focusedWorklogId=514773&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-514773
]
ASF GitHub Bot logged work on ARTEMIS-3005:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Nov/20 18:48
Start Date: 20/Nov/20 18:48
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on a change in pull
request #3354:
URL: https://github.com/apache/activemq-artemis/pull/3354#discussion_r527905215
##########
File path:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java
##########
@@ -379,27 +393,107 @@ public void testScaleDownWithMissingQueue() throws
Exception {
public void testScaleDownWithMissingAnycastQueue() throws Exception {
final int TEST_SIZE = 2;
final String addressName = "testAddress";
- final String queueName1 = "testQueue1";
- final String queueName2 = "testQueue2";
+ final String queueName = "testQueue";
// create 2 queues on each node mapped to the same address
- createQueue(0, addressName, queueName2, null, false, null, null,
RoutingType.ANYCAST);
+ createQueue(0, addressName, queueName, null, false, null, null,
RoutingType.ANYCAST);
Review comment:
@brusdev thanks for highlighting that makes sense now +1
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 514773)
Time Spent: 1h 10m (was: 1h)
> Scaling down AMQP messages create MULTICAST queues
> --------------------------------------------------
>
> Key: ARTEMIS-3005
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3005
> Project: ActiveMQ Artemis
> Issue Type: Task
> Affects Versions: 2.16.0
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> In a cluster with two brokers connected and the scale-down enabled, a
> producer sends AMQP messages to an ANYCAST queue of the first broker.
> When the first broker is shutdown gracefully it creates a MULTICAST queue on
> the second broker and sends all messages to this queue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)