summaryrefslogtreecommitdiff
path: root/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
commit4d8b7a47d1c774ccd4899c2f40acff744cf79a75 (patch)
tree4e229be176f1a5e41e92ecafa6d9e98ba44709ba /specs
parent53dc3e4339a88f93097f45fdb465019592b75a07 (diff)
downloadqpid-python-4d8b7a47d1c774ccd4899c2f40acff744cf79a75.tar.gz
QPID-2517 - Broker schema changes to support cluster management.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@937470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/management-schema.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index b9e895c4b4..d8786ea4e5 100644
--- a/specs/management-schema.xml
+++ b/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"/>