Alex Rudyy created QPID-7322:
--------------------------------

             Summary: [Java Broker] Add ability to specify Qpid vendor specific 
or deployment specific properties file in addition to Qpid instance properties 
file which can be specified with command line arguments -props
                 Key: QPID-7322
                 URL: https://issues.apache.org/jira/browse/QPID-7322
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Alex Rudyy


Currently broker properties can be specified in the following ways:
* environment variables
* JVM system properties
* using command line argument ' -prop' and specifying key value pair
* using command line argument '-props' to specify a path to a properties file
* system.properties file in classpath if command line argument ' -props ' is 
not set
* context variables on the configured objects

In some cases when Qpid distribution is deployed into specific environments a 
properties file with environment specific settings needs to be provided and 
bundled with Qpid distribution. For example, some of AMQP protocols or 
configured objects implementations can be disabled in such properties file. At 
the moment, such settings can be put system.properties file on the classpath. 
However, if user will specify a path to properties file with command line 
option -props, the settings in system.properties file will not be applied. We 
need a mechanism to provide a Qpid environment deployment properties file in 
addition to instance specific properties file specified with command line 
argument '-props'.




--
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