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 2008/11/27 18:14:44 UTC

[jira] Updated: (QPID-1442) C++ broker performs smart completion of environment vars.

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

Gordon Sim updated QPID-1442:
-----------------------------

    Comment: was deleted

> C++ broker performs smart completion of environment vars.
> ---------------------------------------------------------
>
>                 Key: QPID-1442
>                 URL: https://issues.apache.org/jira/browse/QPID-1442
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>
> Summary:
> If I have an env var QPID_WORK set and start the c++ broker it attempts to read the value as the 'worker-threads' value. 
> If the value of QPID_WORK is set to an integer then things work as expected for c++ but not the Java broker. 
> $ export QPID_WORK="<VALUE OF QPID_WORK>"
> $./qpidd --help
> Error in environment variables: in option 'worker-threads': invalid option value '<VALUE OF QPID_WORK>'
> Use --help to see valid options

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