diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-13 16:43:10 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-13 16:43:10 +0000 |
| commit | 81e78eba4d75597a470356eebde654f14acdcc87 (patch) | |
| tree | 293dd8648fbbe348c69b73112fcd86a19ab5a2fb /specs | |
| parent | b1d6099e510849e96815736281b3ed24ab633b17 (diff) | |
| download | qpid-python-81e78eba4d75597a470356eebde654f14acdcc87.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/qpid@704159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 649832dffa..3e20902504 100644 --- a/specs/management-schema.xml +++ b/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"/> |
