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

Justin Bertram commented on ARTEMIS-601:
----------------------------------------

The current implementation idea for ARTEMIS-66 is to write changes made via the 
management API back to the XML so the broker.xml would still be the master and 
changes would survive restarts.  Your runtime configuration wouldn't be 
different from the configuration file.  

I assume all your management tools are all going to need to change to support 
Artemis' new XML format anyway.  Could they not change to execute a simple 
shell/perl/python script.  I'm not terribly familiar with Puppet.  Is it only 
able to modify text files?  If it's built for managing deployments and runtime 
configuration I'd be surprised if it didn't support JMX since that is the 
standard for managing Java applications.

> Add support for automatic configuration reloading
> -------------------------------------------------
>
>                 Key: ARTEMIS-601
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-601
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Lionel Cons
>            Assignee: Justin Bertram
>
> ActiveMQ 5.x does support automatic configuration reloading and this includes 
> security related configuration (amongst other things), see 
> http://activemq.apache.org/runtime-configuration.html.
> In our environment, it is very important to change the security settings 
> without having to restart the broker.This works fine with ActiveMQ 5.x and 
> the {{runtimeConfigurationPlugin}}.
> ARTEMIS-579 clarified the reload of the JAAS files. This is good but it is 
> only one half of the security related configuration since the rest appears in 
> {{<security-settings>}}.
> Could Artemis please also implement automatic configuration reloading, at 
> least for the security configuration?
> Of course, the more settings can be changed without restarting the broker, 
> the better...



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

Reply via email to