[
https://issues.apache.org/jira/browse/ARTEMIS-4568?focusedWorklogId=900449&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-900449
]
ASF GitHub Bot logged work on ARTEMIS-4568:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jan/24 15:30
Start Date: 18/Jan/24 15:30
Worklog Time Spent: 10m
Work Description: tabish121 commented on code in PR #4742:
URL: https://github.com/apache/activemq-artemis/pull/4742#discussion_r1457610297
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/amqpBrokerConnectivity/AMQPBrokerConnectionElement.java:
##########
@@ -95,4 +98,31 @@ public void setName(String name) {
this.name = name;
}
+ @Override
+ public int hashCode() {
+ // Don't pass the parent into hash or you will get a loop of hash code
computations.
+ return Objects.hash(matchAddress, name, queueName, type) +
System.identityHashCode(parent);
Review Comment:
Good catch, that should have been removed but I missed it.
Issue Time Tracking
-------------------
Worklog Id: (was: 900449)
Time Spent: 0.5h (was: 20m)
> Support reloading AMQP broker federation configuration
> ------------------------------------------------------
>
> Key: ARTEMIS-4568
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4568
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: AMQP, Configuration
> Affects Versions: 2.31.2
> Reporter: Timothy A. Bish
> Assignee: Timothy A. Bish
> Priority: Minor
> Fix For: 2.32.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add support for reload of AMQP federation broker connection configuration
> from XML and broker properties such that active federations are stopped and
> updated with new configuration settings, and support add and remove of AMQP
> federation broker connections.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)