summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-10-13 16:43:10 +0000
committerGordon Sim <gsim@apache.org>2008-10-13 16:43:10 +0000
commit46b5fe1ed0169a36744f542c8f646609a83490f6 (patch)
tree9810df7bc92c95b9c758dc5be35615b8dfc3e81a /qpid/specs
parent9ebd8a5bd4dd60e5983cfa998fea1c78fdb87401 (diff)
downloadqpid-python-46b5fe1ed0169a36744f542c8f646609a83490f6.tar.gz
Allow management clienst to specify transport to use for inter-broker links
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@704159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index 649832dffa..3e20902504 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -79,11 +79,11 @@
<method name="connect" desc="Establish a connection to another broker">
<arg name="host" dir="I" type="sstr"/>
<arg name="port" dir="I" type="uint32"/>
- <arg name="useSsl" dir="I" type="bool"/>
<arg name="durable" dir="I" type="bool"/>
<arg name="authMechanism" dir="I" type="sstr"/>
<arg name="username" dir="I" type="sstr"/>
<arg name="password" dir="I" type="sstr"/>
+ <arg name="transport" dir="I" type="sstr"/>
</method>
<method name="queueMoveMessages" desc="Move messages from one queue to another">
@@ -233,7 +233,7 @@
<property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/>
<property name="host" type="sstr" access="RC" index="y"/>
<property name="port" type="uint16" access="RC" index="y"/>
- <property name="useSsl" type="bool" access="RC"/>
+ <property name="transport" type="sstr" access="RC"/>
<property name="durable" type="bool" access="RC"/>
<statistic name="state" type="sstr" desc="Operational state of the link"/>