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 <[email protected]>
Date:   2016-10-25T13:40:37Z

    ARTEMIS-824: Add management routines for connector services

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to