You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/11/17 04:47:00 UTC

[jira] [Commented] (ARTEMIS-2986) Deleting scheduled messages not permanent

    [ https://issues.apache.org/jira/browse/ARTEMIS-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233256#comment-17233256 ] 

ASF subversion and git services commented on ARTEMIS-2986:
----------------------------------------------------------

Commit 4bb9ed2d4e22f0a7f0925f921df83a3266551291 in activemq-artemis's branch refs/heads/master from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=4bb9ed2 ]

ARTEMIS-2986 deleting scheduled messages not permanent

When deleting a durable scheduled message via the management API the
message would be removed from memory but it wouldn't be removed from
storage so when the broker restarted the message would reappear.

This commit fixes that by acking the message during the delete
operation.


> Deleting scheduled messages not permanent
> -----------------------------------------
>
>                 Key: ARTEMIS-2986
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2986
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)