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 2019/10/24 20:21:00 UTC

[jira] [Commented] (ARTEMIS-2526) ActiveMQServerQueuePlugin calls wrong beforeDestroyQueue method

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

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

Commit 1aed3f9dd6fa004c01c33cf21f6ba6071bb532ee in activemq-artemis's branch refs/heads/master from Christopher L. Shannon (cshannon)
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=1aed3f9 ]

ARTEMIS-2526 - Update ActiveMQServerImpl to call correct
beforeDestroyQueue hook


> ActiveMQServerQueuePlugin calls wrong beforeDestroyQueue method
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-2526
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2526
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.10.1
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Major
>             Fix For: 2.11.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This jira: ARTEMIS-2265 (federation) added a new callback for beforeDestroyQueue which gets implemented to handle removing a remote queue when the local queue is gone. However, the location in the broker that calls the plugin hook was not updated to use the new method. This means that consumers are not properly removed on Federated addresses.
> We need to fix the delegation, mark the old method as deprecated (like we do in other plugins) and then updated the plugin test to verify.



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