summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-02-18 14:47:56 +0000
committerMatthew Sackman <matthew@lshift.net>2010-02-18 14:47:56 +0000
commit5756f3dd99fa6ef710c539172b534d82c9b3913f (patch)
tree46e7a8802decce1cedf6d52c7afb66b8e495398e /docs
parente46a9048be642fe8e89a46775312e92f2a71d644 (diff)
downloadrabbitmq-server-git-5756f3dd99fa6ef710c539172b534d82c9b3913f.tar.gz
Several fixes:
1. Both the msg_store and the amqqueue_process can have their mailboxes get very long. In this case, it's a problem because close messages from the FHC can't get through (Plain !, and no priority). Therefore, add callbacks registry to FHC and equip both msg_store and amqqueue_process with high priority casts to solve this problem (ftr, msg_store can get swamped with writes, whilst the amqqueue_process can get swamped with delivery notifications and acks). 2. The GC was missing the ability to deal with close msgs from the FHC 3. The FHC, when reopening a file, uses the same mode as the file was originally opened with. If that mode is just write, then when the file is reopened, its contents get trashed. Thus when reopening, add in read to the mode, but don't record this anywhere - the file still acts (API wise) as if it was only opened writable.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions