[
https://issues.apache.org/jira/browse/ARTEMIS-5069?focusedWorklogId=1010155&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1010155
]
ASF GitHub Bot logged work on ARTEMIS-5069:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Mar/26 19:32
Start Date: 18/Mar/26 19:32
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #6301:
URL: https://github.com/apache/artemis/pull/6301#discussion_r2955763632
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/AddressInfo.java:
##########
@@ -439,4 +439,17 @@ public static AddressInfo fromJSON(String jsonString) {
public long getCreatedTimestamp() {
return createdTimestamp;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (o == null || getClass() != o.getClass())
Review Comment:
I didn't mean to add this change.. reverting it.. thanks
Issue Time Tracking
-------------------
Worklog Id: (was: 1010155)
Time Spent: 40m (was: 0.5h)
> Sends are still hitting the mirror target on temporary queues
> -------------------------------------------------------------
>
> Key: ARTEMIS-5069
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5069
> Project: Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> on ARTEMIS-5068 I fixed the create queues for temporary queues should not hit
> the target server. However the sends of the messages will still be sent
> through the MirrorSNF, hit the server and not find anything.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]