You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org> on 2006/11/17 21:44:37 UTC

[jira] Created: (QPID-104) Research and install config system for C++ broker

Research and install config system for C++ broker
-------------------------------------------------

                 Key: QPID-104
                 URL: http://issues.apache.org/jira/browse/QPID-104
             Project: Qpid
          Issue Type: Task
          Components: C++ Broker, C++ Client
            Reporter: Carl Trieloff
             Fix For: M3




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-104) Research and install config system for C++ broker

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-104?page=all ]

Alan Conway updated QPID-104:
-----------------------------

    Description: 
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.

  was:
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.


> Research and install config system for C++ broker
> -------------------------------------------------
>
>                 Key: QPID-104
>                 URL: http://issues.apache.org/jira/browse/QPID-104
>             Project: Qpid
>          Issue Type: Task
>          Components: C++ Broker, C++ Client
>            Reporter: Carl Trieloff
>             Fix For: M3
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-104) Research and install config system for C++ broker

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-104?page=all ]

Alan Conway updated QPID-104:
-----------------------------

    Description: 
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.

> Research and install config system for C++ broker
> -------------------------------------------------
>
>                 Key: QPID-104
>                 URL: http://issues.apache.org/jira/browse/QPID-104
>             Project: Qpid
>          Issue Type: Task
>          Components: C++ Broker, C++ Client
>            Reporter: Carl Trieloff
>             Fix For: M3
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-104) Research and install config system for C++ broker

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway reassigned QPID-104:
--------------------------------

    Assignee: Alan Conway

> 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: M3
>
>
> 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.


[jira] Resolved: (QPID-104) Research and install config system for C++ broker

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ 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.