summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-05-24 16:49:28 +0000
committerGordon Sim <gsim@apache.org>2013-05-24 16:49:28 +0000
commit02e58b534bb5a768403c2200c990c1ebf9681cd9 (patch)
tree3b3bcfc7ea7fe0b66242dd4b19e0121ee9970af6 /qpid/specs
parent956c316470d1f8e884b127f251043ebe16893e96 (diff)
downloadqpid-python-02e58b534bb5a768403c2200c990c1ebf9681cd9.tar.gz
QPID-4888: correct handling of link naming
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index cee3c921ba..4dce81c3fc 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -394,9 +394,10 @@
-->
<class name="Incoming">
<property name="sessionRef" type="objId" references="Session" access="RC" parentRef="y"/>
- <property name="source" type="sstr" access="RC" index="y"/>
- <property name="target" type="sstr" access="RC" index="y"/>
+ <property name="containerid" type="sstr" access="RC" index="y"/>
<property name="name" type="sstr" access="RC" index="y"/>
+ <property name="source" type="sstr" access="RC"/>
+ <property name="target" type="sstr" access="RC"/>
<statistic name="transfers" type="count64" unit="message" desc="Messages transfered"/>
</class>
<!--
@@ -406,9 +407,10 @@
-->
<class name="Outgoing">
<property name="sessionRef" type="objId" references="Session" access="RC" parentRef="y"/>
- <property name="source" type="sstr" access="RC" index="y"/>
- <property name="target" type="sstr" access="RC" index="y"/>
+ <property name="containerid" type="sstr" access="RC" index="y"/>
<property name="name" type="sstr" access="RC" index="y"/>
+ <property name="source" type="sstr" access="RC"/>
+ <property name="target" type="sstr" access="RC"/>
<statistic name="transfers" type="count64" unit="message" desc="Messages transfered"/>
</class>
<!--