diff options
| author | Alan Conway <aconway@apache.org> | 2012-02-17 14:54:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-02-17 14:54:46 +0000 |
| commit | 0a8773c335509c2b9e9b96df360de190a266dcad (patch) | |
| tree | 288469c17dacc37199b5f77498965fee7e778d95 /specs | |
| parent | d82ce6836f7f0e4f7d647b2dc603141f549869d3 (diff) | |
| download | qpid-python-0a8773c335509c2b9e9b96df360de190a266dcad.tar.gz | |
QPID-3603: Merge new HA foundations.
Merged from qpid-3603-7. This is basic support for the new HA approach.
For information & limitations see qpid/cpp/design_docs/new-ha-design.txt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 8e3e798af6..c8d2b9cdcb 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -500,7 +500,7 @@ <event name="clientDisconnect" sev="inform" args="rhost, user"/> <event name="brokerLinkUp" sev="inform" args="rhost"/> <event name="brokerLinkDown" sev="warn" args="rhost"/> - <event name="queueDeclare" sev="inform" args="rhost, user, qName, durable, excl, autoDel, args, disp"/> + <event name="queueDeclare" sev="inform" args="rhost, user, qName, durable, excl, autoDel, altEx, args, disp"/> <event name="queueDelete" sev="inform" args="rhost, user, qName"/> <event name="exchangeDeclare" sev="inform" args="rhost, user, exName, exType, altEx, durable, autoDel, args, disp"/> <event name="exchangeDelete" sev="inform" args="rhost, user, exName"/> |
