summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2009-09-15 19:00:05 +0000
committerNuno Santos <nsantos@apache.org>2009-09-15 19:00:05 +0000
commit725063aa6a921d48fabdddbf9a12ea6f6d2d46be (patch)
tree95a3df87d2456c9dcc82111ae6640af72966b7cd /qpid/specs
parent1e0e8ae7d1792f1deff8089d4c26075b9a142cdd (diff)
downloadqpid-python-725063aa6a921d48fabdddbf9a12ea6f6d2d46be.tar.gz
add missing 'references' attrib to altExchange
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@815449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index e72ba1cdd7..c25aca67ed 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -169,7 +169,7 @@
<property name="type" type="sstr" access="RO"/>
<property name="durable" type="bool" access="RO"/>
<property name="autoDelete" type="bool" access="RO"/>
- <property name="altExchange" type="objId" access="RO" optional="y"/>
+ <property name="altExchange" type="objId" references="Exchange" access="RO" optional="y"/>
<property name="arguments" type="map" access="RO" desc="Arguments supplied in exchange.declare"/>
<statistic name="producerCount" type="hilo32" desc="Current producers on exchange"/>