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.