Management protocol and API improvements
----------------------------------------
Key: QPID-877
URL: https://issues.apache.org/jira/browse/QPID-877
Project: Qpid
Issue Type: Improvement
Components: C++ Broker, Python Client
Reporter: Ted Ross
Priority: Minor
This patch provides the following management improvements:
1) The protocol now supports a simple GET operation for retrieving management
content immediately from the broker.
2) Package and Schema queries to the broker now have their completions marked
by a command-complete message (also used in the GET command). This makes it
easy to write simple, synchronous client code if desired.
3) The broker creates and stores a UUID for self-identification. This can be
used by management clients to track historical data over multiple broker
restarts.
4) The management API now reports the broker UUID and the session UUID to its
client via callback.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.