summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-13 21:38:28 +0000
committerGordon Sim <gsim@apache.org>2008-05-13 21:38:28 +0000
commit7e6635d7e297f6ecf2199028da573bc10437f3ae (patch)
tree7e6ffe5b0d89cd1d496578a6f13a8184849abd33 /specs
parentc36a80f0b03bea42bca570e994d08613b08fd6dd (diff)
downloadqpid-python-7e6635d7e297f6ecf2199028da573bc10437f3ae.tar.gz
QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing entities
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/management-schema.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index 1583968b01..c3fbee615f 100644
--- a/specs/management-schema.xml
+++ b/specs/management-schema.xml
@@ -243,7 +243,7 @@
<arg name="src" dir="I" type="sstr"/>
<arg name="dest" dir="I" type="sstr"/>
<arg name="key" dir="I" type="sstr" default=""/>
- <arg name="id" dir="I" type="sstr" default=""/>
+ <arg name="tag" dir="I" type="sstr" default=""/>
<arg name="excludes" dir="I" type="sstr" default=""/>
<arg name="src_is_queue" dir="I" type="bool" default="0"/>
<arg name="src_is_local" dir="I" type="bool" default="0"/>
@@ -259,11 +259,14 @@
<class name="bridge">
<configElement name="linkRef" type="objId" access="RC" index="y" parentRef="y"/>
<configElement name="channelId" type="uint16" access="RC" index="y"/>
+ <configElement name="durable" type="bool" access="RC"/>
<configElement name="src" type="sstr" access="RC"/>
<configElement name="dest" type="sstr" access="RC"/>
<configElement name="key" type="sstr" access="RC"/>
<configElement name="src_is_queue" type="bool" access="RC"/>
<configElement name="src_is_local" type="bool" access="RC"/>
+ <configElement name="tag" type="sstr" access="RC"/>
+ <configElement name="excludes" type="sstr" access="RC"/>
<method name="close"/>
</class>