diff options
author | Ted Ross <tross@apache.org> | 2009-10-30 15:53:30 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-10-30 15:53:30 +0000 |
commit | 9d7766a2e7e7a9172647d0a7a27b2306158f1786 (patch) | |
tree | 39618f76e7f2a3a085e2a5ffd58497390e633f37 /specs | |
parent | ab794904145b2e6a79da063f1aec9ae87953ea22 (diff) | |
download | qpid-python-9d7766a2e7e7a9172647d0a7a27b2306158f1786.tar.gz |
QPID-2181 - Alternate exchange on queue is not visible in management tools
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@831351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r-- | specs/management-schema.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index c25aca67ed..6c00502ecb 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -129,10 +129,11 @@ <property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/> <property name="name" type="sstr" access="RC" index="y"/> - <property name="durable" type="bool" access="RC"/> - <property name="autoDelete" type="bool" access="RC"/> - <property name="exclusive" type="bool" access="RC"/> - <property name="arguments" type="map" access="RO" desc="Arguments supplied in queue.declare"/> + <property name="durable" type="bool" access="RC"/> + <property name="autoDelete" type="bool" access="RC"/> + <property name="exclusive" type="bool" access="RC"/> + <property name="arguments" type="map" access="RO" desc="Arguments supplied in queue.declare"/> + <property name="altExchange" type="objId" references="Exchange" access="RO" optional="y"/> <statistic name="msgTotalEnqueues" type="count64" unit="message" desc="Total messages enqueued"/> <statistic name="msgTotalDequeues" type="count64" unit="message" desc="Total messages dequeued"/> |