You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2007/05/30 12:27:15 UTC

[jira] Created: (QPID-502) Make processing options from environment variables optional

Make processing options from environment variables optional
-----------------------------------------------------------

                 Key: QPID-502
                 URL: https://issues.apache.org/jira/browse/QPID-502
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker
            Reporter: Gordon Sim
            Priority: Minor


The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.

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


Re: [jira] Created: (QPID-502) Make processing options from environment variables optional

Posted by Alan Conway <ac...@redhat.com>.
On Wed, 2007-05-30 at 03:27 -0700, Gordon Sim (JIRA) wrote:
> Make processing options from environment variables optional
> -----------------------------------------------------------
> 
>                  Key: QPID-502
>                  URL: https://issues.apache.org/jira/browse/QPID-502
>              Project: Qpid
>           Issue Type: Improvement
>           Components: C++ Broker
>             Reporter: Gordon Sim
>             Priority: Minor
> 
> 
> The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.
> 

Are you working on this? It's unassigned. If not I might clean it up, I
need to get configuration working nicely for the cluster tests.


[jira] Updated: (QPID-502) Make processing options from environment variables optional

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

Alan Conway updated QPID-502:
-----------------------------

    Priority: Trivial  (was: Minor)

> Make processing options from environment variables optional
> -----------------------------------------------------------
>
>                 Key: QPID-502
>                 URL: https://issues.apache.org/jira/browse/QPID-502
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Priority: Trivial
>
> The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.

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


[jira] Closed: (QPID-502) Make processing options from environment variables optional

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

Gordon Sim closed QPID-502.
---------------------------


> Make processing options from environment variables optional
> -----------------------------------------------------------
>
>                 Key: QPID-502
>                 URL: https://issues.apache.org/jira/browse/QPID-502
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Priority: Trivial
>
> The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.

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


[jira] Commented: (QPID-502) Make processing options from environment variables optional

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

Alan Conway commented on QPID-502:
----------------------------------

The broker now ignores env. var. QPID_FOO unless --foo is  a valid option. Is there still a need for a way to completely disable env. var. processing? 

> Make processing options from environment variables optional
> -----------------------------------------------------------
>
>                 Key: QPID-502
>                 URL: https://issues.apache.org/jira/browse/QPID-502
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Priority: Minor
>
> The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.

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


[jira] Resolved: (QPID-502) Make processing options from environment variables optional

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

Alan Conway resolved QPID-502.
------------------------------

    Resolution: Fixed

> Make processing options from environment variables optional
> -----------------------------------------------------------
>
>                 Key: QPID-502
>                 URL: https://issues.apache.org/jira/browse/QPID-502
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Priority: Trivial
>
> The c++ broker will currently treat any env variable prefixed by 'QPID_' as an alternative means of setting a command line option. This might not always be desirable; it would be preferable to only check environment variables if that is explicitly turned on by a command line option.

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