You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/04/05 14:13:00 UTC

[jira] [Closed] (ARTEMIS-1786) DatabaseStorageConfiguration cannot be configured via system properties

     [ https://issues.apache.org/jira/browse/ARTEMIS-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic closed ARTEMIS-1786.
------------------------------------
    Resolution: Not A Problem

BeanUtils is being used on Configuration. simply use prefix.databaseConfiguration.anythingYouLike=YourValue

> DatabaseStorageConfiguration cannot be configured via system properties
> -----------------------------------------------------------------------
>
>                 Key: ARTEMIS-1786
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1786
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.5.0
>            Reporter: Erich Duda
>            Priority: Major
>
> {{ConfigurationImpl}} class has method \[1\] which parses system properties. This enables to define the parameters using the system properties. However {{DatabaseStorageConfiguration}} class doesn't have such feature and thus these parameters cannot be defined by system properties.
> To be consistent, parameters defined in DatabaseStorageConfiguration should be configurable via system properties as well.
> \[1\] https://github.com/apache/activemq-artemis/blob/eec10994720abca9b9b19d09604924083a35d3ea/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java#L332



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