diff options
| author | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
| commit | 0264d1db06cdf57f40aa0f53d83139dab77393bc (patch) | |
| tree | 9dfd71fdcd329892a4e1d89bf83fde09fd0d6e79 /qpid/cpp/xml/cluster.xml | |
| parent | 04c7c8308c1ff5248c6f5a6e2b8712e100ebad47 (diff) | |
| download | qpid-python-0264d1db06cdf57f40aa0f53d83139dab77393bc.tar.gz | |
Synchronize management agent lists during cluster update.
- replicate management agent lists during cluster update.
- suppress management agent output during update.
- on join all members force full output at next periodic processing.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 33553fe7f8..a879d5137b 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -248,6 +248,9 @@ <field name="bootSequence" type="uint16"/> </control> - + <!-- Replicate management agent's remote-agent map --> + <control name="management-agents" code="0x37"> + <field name="data" type="vbin32"/> + </control> </class> </amqp> |
