summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* cluster_test.cpp: Extended testUnacked to cover acquired, accepted but not co...Alan Conway2008-11-251-3/+23
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+24
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-1/+2
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-28/+21
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-0/+45
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-311-0/+14
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-6/+3
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-8/+67
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-201-0/+27
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-201-0/+54
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-2/+17
* Suppress logging expected errors in tests.Alan Conway2008-10-171-8/+12
* Fix signed/unsigned compile error.Alan Conway2008-10-161-4/+4
* Extended dump consumer test to cover member death.Alan Conway2008-10-161-14/+29
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-28/+35
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-44/+24
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-4/+79
* Cluster join & brain-dumps working.Alan Conway2008-10-031-28/+3
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+25
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-23/+21
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-17/+29
* Dump shared state to new cluster members.Alan Conway2008-09-181-79/+88
* Fix race in cluster join protocol.Alan Conway2008-09-161-3/+1
* Simplified cluster updates.Alan Conway2008-09-161-1/+1
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-151-89/+1
* Corrected warning for unsignedCarl C. Trieloff2008-09-121-4/+4
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-37/+107
* fix warningsCarl C. Trieloff2008-09-111-2/+2
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-21/+52
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-3/+83
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-2/+5
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-2/+10
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-1/+1
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-24/+1
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-2/+3
* Fix Cluster::send encode race.Alan Conway2008-08-051-1/+26
* Enable dequeue for prototype clusterAlan Conway2008-07-171-9/+6
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-26/+67
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-2/+24
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-1/+1
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-0/+10
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-54/+37
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-27/+14
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-4/+4
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-0/+215