[
https://issues.apache.org/jira/browse/ARTEMIS-3872?focusedWorklogId=789708&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-789708
]
ASF GitHub Bot logged work on ARTEMIS-3872:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jul/22 18:39
Start Date: 11/Jul/22 18:39
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4120:
URL: https://github.com/apache/activemq-artemis/pull/4120#discussion_r918242455
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ScheduledDeliveryHandlerImpl.java:
##########
@@ -135,6 +134,10 @@ public List<MessageReference> cancel(final Filter filter)
throws ActiveMQExcepti
return refs;
}
+ public interface CancelComparator {
+ boolean compare(MessageReference ref) throws ActiveMQException;
Review Comment:
This would be a good improvement. Thanks!
Issue Time Tracking
-------------------
Worklog Id: (was: 789708)
Time Spent: 0.5h (was: 20m)
> Send scheduled message immediately via mangement
> ------------------------------------------------
>
> Key: ARTEMIS-3872
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3872
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)