You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2019/03/14 18:30:06 UTC

[jira] [Closed] (ARTEMIS-2019) Refactor Artemis ServerPlugin to Seperate concerns

     [ https://issues.apache.org/jira/browse/ARTEMIS-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic closed ARTEMIS-2019.
------------------------------------

> Refactor Artemis ServerPlugin to Seperate concerns
> --------------------------------------------------
>
>                 Key: ARTEMIS-2019
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2019
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Michael Andre Pearce
>            Assignee: Michael Andre Pearce
>            Priority: Major
>             Fix For: 2.7.0
>
>
> Currently ServerPlugins all have to implement ActiveMQServerPlugin which means if someone wants to have a plugin to get a callback say on connection, it will mean else where on hot paths where a check is done to eliminate overhead, the plugin will be called even if the user doesnt want it to be. 
> As such refactor to separate interfaces by plugin area so that users can implement just the area they wish without needing to worry about it impacting other areas.
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)