[
https://issues.apache.org/jira/browse/ARTEMIS-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693975#comment-16693975
]
ASF GitHub Bot commented on ARTEMIS-2179:
-----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2439
ARTEMIS-2179 mgmnt method to get cluster-cxn names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2179
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2439.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 #2439
----
commit 355f4fadeb477fece8ddb3d062a7c914b132a669
Author: Justin Bertram <jbertram@...>
Date: 2018-11-21T00:53:01Z
ARTEMIS-2179 mgmnt method to get cluster-cxn names
----
> Add management method to get cluster-connection names
> -----------------------------------------------------
>
> Key: ARTEMIS-2179
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2179
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
>
> To invoke management operations on many resources (e.g. queues, addresses,
> bridges, diverts, cluster-connections, etc.) you need to know the _name_ of
> the resource. Many of these resource types have management methods to get
> their names (e.g. {{ActiveMQServerControl}} has {{getQueueNames()}},
> {{getAddressNames()}}, {{getDivertNames()}}, {{getBridgeNames}}, etc.).
> However, cluster-connections do not have such a management method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)