diff options
Diffstat (limited to 'cpp/src/qpid/cluster/management-schema.xml')
| -rw-r--r-- | cpp/src/qpid/cluster/management-schema.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/management-schema.xml b/cpp/src/qpid/cluster/management-schema.xml index f19aabb49b..0f30814367 100644 --- a/cpp/src/qpid/cluster/management-schema.xml +++ b/cpp/src/qpid/cluster/management-schema.xml @@ -44,7 +44,7 @@ <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"/> + <property name="members" type="lstr" access="RO" desc="List of 'host:port' of member nodes in the cluster delimited by ';'"/> <method name="stopClusterNode"/> @@ -53,5 +53,6 @@ </class> + </schema> |
