diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-29 20:04:21 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-29 20:04:21 +0000 |
| commit | 6915cc6324acacbbe7707e19573f0e35c5010e85 (patch) | |
| tree | 893c8ff864337288bcbfd35df533a2b3db5ddfaa | |
| parent | 06798663bce637d20af4bd31259dedd829610680 (diff) | |
| download | qpid-python-6915cc6324acacbbe7707e19573f0e35c5010e85.tar.gz | |
QPID-981: management schema change missed from previous commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652076 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/specs/management-schema.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml index 5e9d64597d..52b7cc0274 100644 --- a/qpid/specs/management-schema.xml +++ b/qpid/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> |
