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 2016/10/26 08:23:58 UTC

[jira] [Commented] (ARTEMIS-824) Management operations for creating and destroying connector services

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

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

GitHub user lulf opened a pull request:

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

    ARTEMIS-824: Add management routines for connector services

    This adds management operations for creating and destroying connector services at run time. This feature is needed when building a messaging service where the topology changes and the broker must be disconnected from the network.
    
    I made the ConnectorsService class thread safe in case the management operations can be called concurrently. I'd also like to hear your thoughts on the exception handling. I've tried to do the same 'ignore and log' behavior when creating the connector services at startup. For management requests, I think the errors should be propagated to the client.

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

    $ git pull https://github.com/EnMasseProject/activemq-artemis ARTEMIS-824

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

    https://github.com/apache/activemq-artemis/pull/867.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 #867
    
----
commit 1b7033a20e3e529595ce1ae28b4b389bfd220e43
Author: Ulf Lilleengen <lu...@redhat.com>
Date:   2016-10-25T13:40:37Z

    ARTEMIS-824: Add management routines for connector services

----


> Management operations for creating and destroying connector services
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-824
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-824
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Ulf Lilleengen
>            Priority: Minor
>
> In a messaging service running in the cloud, it is nice to be able to create and destroy connector services when doing scale-down, migrating subscribers to other brokers etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)