diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-17 00:48:07 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-09-17 00:48:07 +0000 |
| commit | 33c0cf0aa2e43f11b23ff722c079e2a704750dc5 (patch) | |
| tree | c00ffeac77c78acc0513fd9cdf878ca811e71506 /cpp/src/qpid/cluster/management-schema.xml | |
| parent | f32d1e57c32da1d6a166ec15b7d48222d2942e72 (diff) | |
| download | qpid-python-33c0cf0aa2e43f11b23ff722c079e2a704750dc5.tar.gz | |
- wire in more cluster stats
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/management-schema.xml')
| -rw-r--r-- | cpp/src/qpid/cluster/management-schema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/management-schema.xml b/cpp/src/qpid/cluster/management-schema.xml index 1919bb7976..f19aabb49b 100644 --- a/cpp/src/qpid/cluster/management-schema.xml +++ b/cpp/src/qpid/cluster/management-schema.xml @@ -41,7 +41,7 @@ <property name="brokerRef" type="objId" references="Broker" access="RC" index="y" parentRef="y"/> <property name="clusterName" type="sstr" access="RC" desc="Name of cluster this server is a member of"/> <property name="clusterID" type="sstr" access="RO" desc="Globally uniquie ID (UUID) for this cluster instance"/> - <property name="publishedURL" type="sstr" access="RO" desc="URL this node advertizes itself as"/> + <property name="publishedURL" type="sstr" access="RC" desc="URL this node advertizes itself as"/> <property name="clusterSize" type="uint16" access="RO" desc="Number of brokers currently in the cluster"/> <property name="status" type="sstr" access="RO" desc="Cluster node status (STALLED,ACTIVE,JOINING)"/> <property name="members" type="map" access="RO" desc="List of 'host:port' of member nodes in the cluster"/> |
