summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
Commit message (Expand)AuthorAgeFilesLines
* Cluster replicates queues/exchanges with same encode/decode functions as the ...Alan Conway2008-11-121-0/+4
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-1/+2
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-051-0/+3
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-0/+10
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-3/+12
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-311-0/+1
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-301-6/+19
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-0/+2
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-2/+4
* Cluster join & brain-dumps working.Alan Conway2008-10-031-1/+3
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-17/+18
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-4/+6
* Dump shared state to new cluster members.Alan Conway2008-09-181-11/+21
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+0
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-1/+2
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-12/+7
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-0/+12
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-8/+15
* Fix build error in cluster code.Alan Conway2008-09-031-1/+1
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-0/+101