[
https://issues.apache.org/jira/browse/ARTEMIS-5090?focusedWorklogId=937254&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-937254
]
ASF GitHub Bot logged work on ARTEMIS-5090:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Oct/24 14:54
Start Date: 09/Oct/24 14:54
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #5288:
URL: https://github.com/apache/activemq-artemis/pull/5288#discussion_r1793673954
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java:
##########
@@ -2550,6 +2552,11 @@ public boolean isExpirationRedundant() {
return true;
}
+ if (isInternalQueue() && name.toString().startsWith(MIRROR_ADDRESS)) {
+ logger.trace("Queue {} is not supposed to expiry as it is a Mirror
Store and Forward Queue", this.name);
Review Comment:
The "not supposed to expiry" does not really make sense, which is partly why
I changed it to "expire messages" in my previous updated suggestion.
Issue Time Tracking
-------------------
Worklog Id: (was: 937254)
Time Spent: 50m (was: 40m)
> MirrorSNF IS not supposed to expiry messages
> --------------------------------------------
>
> Key: ARTEMIS-5090
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5090
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.37.0
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Fix For: 2.38.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact