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

ASF subversion and git services commented on ARTEMIS-851:
---------------------------------------------------------

Commit 9009d12b5a1e5aab5e89b04e325077b49d9890b0 in activemq-artemis's branch 
refs/heads/master from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=9009d12 ]

ARTEMIS-851 Allowing broker configuration to be changed through system 
properties

This will use Bean Utilities to change propertyes at the main configuration.


> Parse System.properties as Configuration
> ----------------------------------------
>
>                 Key: ARTEMIS-851
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-851
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>             Fix For: 1.6.0
>
>
> When adding new properties to the configuration, some times users can't 
> change their configuration and would only be able to add stuff through 
> system.properties.
> I'm adding a new enhancement where System properties with a given prefix will 
> be set through BeanUtils on the configuration.
> The System property will always replace whatever was defined within the XML, 
> which will also be useful to eventually change behaviours for temporary tests.
> I am planning to also log.info on replaced properties...
> The prefix will be configurable, with the default being brokerconfig.
> That way you will have:
> For example: if you want to configure FailbackDelay on the configuration with 
> a system property you would do:
> -Dbrokerconfig.failbackDelay=5000
> There will be a property configuration where users can change the prefix.



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

Reply via email to