Update to the protocol used for management schema transfer
----------------------------------------------------------
Key: QPID-687
URL: https://issues.apache.org/jira/browse/QPID-687
Project: Qpid
Issue Type: Improvement
Components: C++ Broker, Python Client
Reporter: Ted Ross
Priority: Minor
This update contains two patches: one for the C++ broker and one for the
Python client.
The patches update the protocol used to transfer the management schema to the
management client. The new protocol uses field tables to carry mandatory and
optional schema fields.
Also in this update: The routing key structure has been brought in line with
the document on the Wiki
(http://cwiki.apache.org/qpid/management-design-notes.html#ManagementDesignnotes-RoutingKeyStructure).
Each configuration or instrumentation update is now in its own AMQP message
with a routing key that describes the object class and the type of update
(schema, configuration, or instrumentation).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.