Management Cleanup
------------------
Key: QPID-1113
URL: https://issues.apache.org/jira/browse/QPID-1113
Project: Qpid
Issue Type: Improvement
Components: C++ Broker, Python Client
Affects Versions: M3
Reporter: Ted Ross
Assignee: Ted Ross
Priority: Minor
Fix For: M3
This change includes the following:
1) A cleanup of the schema description for management. The XML is affected by
the following changes:
a) <configElement> renamed to <property>
b) <instElement> renamed to <statistic>
c) "references" attribute was added for elements of type "objId" to
indicate the class referenced
2) The management schema was also cleaned up:
a) better adherence to naming conventions (will be documented in Wiki)
b) "Client" class was renamed "Connection" to better reflect reality
c) Unused classes were removed.
d) off-package reference in Queue was removed.
3) An atomic 32-bit counter was added to handle increment and decrement without
using locks. This is used for queue-depth statistics to improve broker
performance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.