summaryrefslogtreecommitdiff
path: root/qpid/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
commit55bca9389c6a0b5fa899238e26a2a913be459a78 (patch)
tree2872809ebd597fb13ecacc3e6c77d8d38ca1d8d2 /qpid/specs
parent4bed8993507c1a9e89a7cc04547faf409356e347 (diff)
downloadqpid-python-55bca9389c6a0b5fa899238e26a2a913be459a78.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@656023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 1583968b01..c3fbee615f 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/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>