summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-04-23 19:02:31 +0000
committerTed Ross <tross@apache.org>2010-04-23 19:02:31 +0000
commit313c8b1f67f7b9ddca911d6227e947aed6e01db6 (patch)
treebc894733c63c6b0ef4713f12fad9b27a9547a67d /qpid/specs
parenta2e3a01aec5de1efc9d6650d62b15b367f102e02 (diff)
downloadqpid-python-313c8b1f67f7b9ddca911d6227e947aed6e01db6.tar.gz
QPID-2517 - Broker schema changes to support cluster management.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@937470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index b9e895c4b4..d8786ea4e5 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -61,8 +61,9 @@
===============================================================
-->
<class name="Broker">
- <property name="systemRef" type="objId" references="System" access="RC" index="y" desc="System ID" parentRef="y"/>
- <property name="port" type="uint16" access="RC" index="y" desc="TCP Port for AMQP Service"/>
+ <property name="name" type="sstr" access="RC" index="y" desc="Index for the broker at this agent"/>
+ <property name="systemRef" type="objId" references="System" access="RO" desc="System ID" parentRef="y"/>
+ <property name="port" type="uint16" access="RO" desc="TCP Port for AMQP Service"/>
<property name="workerThreads" type="uint16" access="RO" desc="Thread pool size"/>
<property name="maxConns" type="uint16" access="RO" desc="Maximum allowed connections"/>
<property name="connBacklog" type="uint16" access="RO" desc="Connection backlog limit for listening socket"/>