Java broker does not parse protection I/O configuration with expected XML 
structure
-----------------------------------------------------------------------------------

                 Key: QPID-1980
                 URL: https://issues.apache.org/jira/browse/QPID-1980
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.5
            Reporter: Keith Chow


The following is the default 0.5 java broker config.xml structure for 
protection I/O related configuration.

<broker>
    <connector>
        <qpidnio>false</qpidnio>
        <protectio>
            <enabled>false</enabled>
        </protectio>
    </connector>
</broker>

But ServerConfiguration expects a config value with key 
"broker.connector.protectio.enabled", which makes the "broker." prefix appears 
to be extraneous if the default config's XML structure is correct.


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to