You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2016/12/02 11:30:58 UTC

[jira] [Commented] (QPID-7487) [Java Broker] The option to "overwrite configuration" on Main does nothing

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

Keith Wall commented on QPID-7487:
----------------------------------

It looks like support for this was removed by 0.30 (QPID-5615).  As the feature achieves nothing that can't be achieved with a simple {{rm}}, we decide to remove the feature.

> [Java Broker] The option to "overwrite configuration" on Main does nothing
> --------------------------------------------------------------------------
>
>                 Key: QPID-7487
>                 URL: https://issues.apache.org/jira/browse/QPID-7487
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: qpid-java-6.2
>
>
> The Main class used to launch a standalone Broker instance contains a command line option to overwrite the configuration with that from the initial config.  This option has no effect
> {code:java}
>     private static final Option OPTION_OVERWRITE_CONFIGURATION_STORE = OptionBuilder.withDescription("overwrite the broker configuration store with the current initial configuration")
>             .withLongOpt("overwrite-store").create("os");
> {code}
> We should either remove this option, or restore the functinality



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org