Rob Godfrey created QPID-7487:
---------------------------------
Summary: [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
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: [email protected]
For additional commands, e-mail: [email protected]