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/03/06 09:56:00 UTC

[jira] [Commented] (ARTEMIS-1661) Enable splitting of broker.xml into multiple files

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

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

GitHub user michaelandrepearce opened a pull request:

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

    ARTEMIS-1661 Support offline validation

    Copy in https://www.w3.org/2005/08/xml.xsd so validation of broker.xml works offline.

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

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1661

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

    https://github.com/apache/activemq-artemis/pull/1932.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 #1932
    
----
commit 970b354b05e46b4225ca75c8e1fed8c510af01f8
Author: Justin Bertram <jb...@...>
Date:   2018-03-05T21:12:23Z

    ARTEMIS-1661 Support offline validation
    
    Copy in https://www.w3.org/2005/08/xml.xsd so validation of broker.xml works offline.

----


> Enable splitting of broker.xml into multiple files
> --------------------------------------------------
>
>                 Key: ARTEMIS-1661
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1661
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: Adi Rubin
>            Priority: Minor
>
> Hi,
> Broker.xml contains both server configuration (connectors, cluster config etc) and addresses/queues. It would be useful to be able to move the <addresses> element to a separate file(s). An example use case would be generation of addresses using a script.
> Ideally, this should apply to all configuration elements in broker.xml.



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