summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-29 20:04:21 +0000
committerGordon Sim <gsim@apache.org>2008-04-29 20:04:21 +0000
commita19ce3b1863f80c1232ec2690cd920325a39d71a (patch)
treed184f427c5eb244e2c86d5b73fb1b04aabe6b702
parente2c3c63774918a303ea495b3c01a1601fde78bed (diff)
downloadqpid-python-a19ce3b1863f80c1232ec2690cd920325a39d71a.tar.gz
QPID-981: management schema change missed from previous commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@652076 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--specs/management-schema.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index 5e9d64597d..52b7cc0274 100644
--- a/specs/management-schema.xml
+++ b/specs/management-schema.xml
@@ -230,11 +230,13 @@
<method name="close"/>
<method name="bridge" desc="Bridge messages over the link">
- <arg name="src" dir="I" type="sstr"/>
- <arg name="dest" dir="I" type="sstr"/>
- <arg name="key" 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"/>
+ <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="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"/>
</method>
</class>