diff options
| author | Alan Conway <aconway@apache.org> | 2012-07-13 18:45:23 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-07-13 18:45:23 +0000 |
| commit | c22cb4bef13a4a12a0c4098bad6da44c1a2cd444 (patch) | |
| tree | 69fb4648a49723a312bf1d8a06ab2ac3fcd8d33c /qpid/cpp/src/CMakeLists.txt | |
| parent | 9170505cdd578ca48679d1245da6a4c1acefc2b0 (diff) | |
| download | qpid-python-c22cb4bef13a4a12a0c4098bad6da44c1a2cd444.tar.gz | |
QPID-4107 HA does not replicate alternate-exchange
Set alternate exchange on replicated queues and exchanges. If the exchange is
available, set it immediately. Otherwise remember what needs to be set so it can
be set when the exchange becomes available.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1361334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index c06b21029f..42a5ce8316 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -626,6 +626,7 @@ set (ha_default ON) option(BUILD_HA "Build Active-Passive HA plugin" ${ha_default}) if (BUILD_HA) set (ha_SOURCES + qpid/ha/AltExchangeSetter.h qpid/ha/BackupConnectionExcluder.h qpid/ha/BrokerInfo.cpp qpid/ha/BrokerInfo.h |
