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

Rob Godfrey updated QPID-7007:
------------------------------
    Attachment: QPID-7007.patch

The attached patch attempts to address this issue by adding an operation to 
objects which manage a BDB store named "updateMutableConfig", this can be 
invoked by a REST call, e.g (for a vhost called bdb2):

{noformat}
curl --data '{}' 
http://localhost:8888/api/latest/virtualhost/bdb2/bdb2/updateMutableConfig
{noformat}

> Add the ability to mutate JE configuration properties at runtime
> ----------------------------------------------------------------
>
>                 Key: QPID-7007
>                 URL: https://issues.apache.org/jira/browse/QPID-7007
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>         Attachments: QPID-7007.patch
>
>
> At the moment the BDB VHN/VH implementations apply correctly named context 
> variables to the JE environment at start-up only.  Some JE configuration (and 
> replication configuration) is mutable and designed to be updated at runtime.
> Change the mechanism used to apply context to JE configuration so that 
> parameters can overridden at runtime.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to