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

Alan Conway resolved QPID-104.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: M3)
                   M2

qpid can use command-line arguments, environment variables or a config file 
using boost::program_options.

Config file is "name=value" lines. Actually its INI format, so we can have 
groups with [groupname]  but we don't use that.

Future config formats can be handled by writing a new boost::program_options 
parser.

> Research and install config system for C++ broker
> -------------------------------------------------
>
>                 Key: QPID-104
>                 URL: https://issues.apache.org/jira/browse/QPID-104
>             Project: Qpid
>          Issue Type: Task
>          Components: C++ Broker, C++ Client
>            Reporter: Carl Trieloff
>         Assigned To: Alan Conway
>             Fix For: M2
>
>
> See QPID-197 regarding consistent C++/Java configuration.
> Investigate http://www.boost.org/doc/html/program_options/tutorial.html
> It looks flexible (command line, env vars, config files, extensible with 
> custom parsers) and we already depend on boost.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to