summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha
Commit message (Expand)AuthorAgeFilesLines
* QPID-3603: Add finalizer for HaPlugin, fix hang on exit not responding to kil...Alan Conway2012-05-141-2/+9
* QPID-3603: Make failover subscrption optional for Links.Alan Conway2012-05-091-2/+3
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-081-0/+86
* QPID-3767: fix queue replicator nameKen Giusti2012-05-041-0/+2
* QPID-3767: re-index bridge and link by constant name, not addressKen Giusti2012-05-045-7/+20
* QPID-3603: Install HA connection excluder at the beginning of initialization.Alan Conway2012-04-232-51/+51
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-199-72/+96
* QPID-3603: Fix minor log message bugs.Alan Conway2012-04-121-2/+3
* QPID-3603: Fix initialization order of QueueReplicator to be thread safe.Alan Conway2012-04-101-1/+1
* QPID-3603: Set HA state to standalone for broker configured with --ha-cluter=noAlan Conway2012-04-101-1/+1
* QPID-3603: Update HA documentatiionAlan Conway2012-04-051-1/+1
* NO-JIRA: Fix a static-initialization bug in the HaPlugin.Alan Conway2012-04-051-7/+18
* Avoid POSIX-only broker shutdown handler. Fixes QPID-3932.Stephen D. Huston2012-04-041-1/+1
* QPID-3603: Broker option --ha-replicate-default to specify default replication.Alan Conway2012-04-0212-50/+228
* QPID-3603: Initial documentation for the new HA plug-in.Alan Conway2012-03-051-4/+4
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-054-4/+6
* QPID-3603: Added "ready" command to qpid-ha, minor improvements.Alan Conway2012-03-011-7/+9
* QPID-3603: HA support for stand-alone replication.Alan Conway2012-02-294-12/+38
* QPID-3603: Improved command-based qpid-ha tool and ha config option names.Alan Conway2012-02-245-25/+57
* QPID-3603: HA logging improvements.Alan Conway2012-02-225-6/+14
* QPID-3603: Test HA replication of LVQ, priority and ring queues.Alan Conway2012-02-221-3/+0
* NO-JIRA: Fix missing EXTERN declarations, broke windows build.Alan Conway2012-02-201-1/+1
* NO-JIRA: Remove out-of-date generated header in HaBroker.hAlan Conway2012-02-171-1/+0
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-1715-0/+1881