summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-02-29 12:27:58 +0000
committerTed Ross <tross@apache.org>2012-02-29 12:27:58 +0000
commitc92e26782b48a898d68721a2b66d5cb384cd6129 (patch)
treea551b1eac930537acd3bd1a74edf94e6cfa153d9 /qpid/specs
parent9c6b3d24943f2edb7c5f8ab351b9429804801d0a (diff)
downloadqpid-python-c92e26782b48a898d68721a2b66d5cb384cd6129.tar.gz
QPID-3871 - Added --mgmt-publish switch to the C++ broker
Also in this commit: - Fixed a problem with an unused argument in qpid-stat - Cleaned up the recurring timer code in ManagementAgent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1295075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index c8d2b9cdcb..9eafbc52fa 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -84,6 +84,7 @@
<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"/>
<property name="stagingThreshold" type="uint32" access="RO" desc="Broker stages messages over this size to disk"/>
+ <property name="mgmtPublish" type="bool" access="RO" desc="Broker's management agent sends unsolicited data on the publish interval"/>
<property name="mgmtPubInterval" type="uint16" access="RW" unit="second" min="1" desc="Interval for management broadcasts"/>
<property name="version" type="sstr" access="RO" desc="Running software version"/>
<property name="dataDir" type="lstr" access="RO" optional="y" desc="Persistent configuration storage location"/>