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 GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/18 15:21:00 UTC

[jira] [Commented] (ARTEMIS-1619) Add plugin support for address creation, update and removal

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

ASF GitHub Bot commented on ARTEMIS-1619:
-----------------------------------------

GitHub user cshannon opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1789

    ARTEMIS-1619 - Add plugin support for address lifecyle

    Adding callbacks to the plugin API for address creation, update and
    removals

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1619

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1789.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1789
    
----
commit 07b8e7975d2e393f8a0c9c8b75e40bac36f13519
Author: Christopher L. Shannon (cshannon) <ch...@...>
Date:   2018-01-18T15:10:43Z

    ARTEMIS-1619 - Add plugin support for address lifecyle
    
    Adding callbacks to the plugin API for address creation, update and
    removals

----


> Add plugin support for address creation, update and removal
> -----------------------------------------------------------
>
>                 Key: ARTEMIS-1619
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1619
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Christopher L. Shannon
>            Assignee: Christopher L. Shannon
>            Priority: Major
>             Fix For: 2.5.0
>
>
> As I have been working on my own custom plugins I have found it would be helpful to also have callbacks for when addresses are added, updated, or removed from the broker.  Addresses can be auto created and auto destroyed so being able to take some action on those events with the plugin API is useful.



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