diff options
| author | Ted Ross <tross@apache.org> | 2010-03-31 21:13:12 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-03-31 21:13:12 +0000 |
| commit | c53c4cc94e121c0fc3df6010cffa1bbb49a779db (patch) | |
| tree | fcf0e1f7fcab85db89bd65ebce9ad0fd182b6393 /qpid/cpp/examples/qmf-agent/schema.xml | |
| parent | 931d235def82546b9566fcd8623031e64bd6f603 (diff) | |
| download | qpid-python-c53c4cc94e121c0fc3df6010cffa1bbb49a779db.tar.gz | |
Merged the changes from the qmf-devel0.7a branch back to the trunk.
This is a checkpoint along the QMFv2 development path.
This update introduces portions of QMFv2 into the code:
- The C++ agent (qpid/agent) uses QMFv2 for data and method transfer
o The APIs no longer use qpid::framing::*
o Consequently, boost is no longer referenced from the API headers.
o Agents and Objects are now referenced by strings, not numbers.
o Schema transfer still uses the QMFv1 format.
- The broker-resident agent can use QMFv1 or QMFv2 based on the command line options.
It defaults to QMFv1 for compatibility.
- The pure-python QMF console (qmf.console) can concurrently interact with both
QMFv1 and QMFv2 agents.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/qmf-agent/schema.xml')
| -rw-r--r-- | qpid/cpp/examples/qmf-agent/schema.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/examples/qmf-agent/schema.xml b/qpid/cpp/examples/qmf-agent/schema.xml index 1bf701a655..3c7755fe83 100644 --- a/qpid/cpp/examples/qmf-agent/schema.xml +++ b/qpid/cpp/examples/qmf-agent/schema.xml @@ -29,6 +29,8 @@ This class represents a parent object <property name="name" type="sstr" access="RC" index="y"/> + <property name="args" type="map" access="RO"/> + <property name="list" type="list" access="RO"/> <statistic name="state" type="sstr" desc="Operational state of the link"/> <statistic name="count" type="count64" unit="tick" desc="Counter that increases monotonically"/> |
