summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* Only delete queues for which no HA policy exists.bug25443Simon MacMullen2013-02-061-2/+4
* Remove durable queues based on a node while forgetting that node.Simon MacMullen2013-02-061-1/+18
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Merge bug25335Simon MacMullen2012-12-041-1/+5
|\
| * merge defaultbug25321Tim Watson2012-12-031-2/+2
| |\
| * | Wake up all queues after policy change.Simon MacMullen2012-11-231-1/+5
* | | get rid of last remaining cross-node fun in rabbit_amqqueuebug25335Matthias Radestock2012-12-031-17/+8
* | | move generic cross-node funs from rabbit_amqqueue to delegateMatthias Radestock2012-12-031-38/+21
| |/ |/|
* | Make start/stop mirroring into a cast not a call.Simon MacMullen2012-11-211-2/+2
|/
* cosmeticMatthias Radestock2012-11-151-24/+13
* pass q records instead of names between recovery phasesMatthias Radestock2012-11-081-6/+6
* defer final phase of queue recoveryMatthias Radestock2012-11-081-5/+15
* tweakMatthias Radestock2012-11-051-8/+7
* check_expiry_size => check_expiryTim Watson2012-11-051-2/+2
* simply >= 0 checkingTim Watson2012-11-051-3/+3
* better function names for ttl and expires checkingTim Watson2012-11-051-4/+4
* Merge default into bug19376Tim Watson2012-11-011-10/+6
|\
| * merge defaultFrancesco Mazzoli2012-09-141-10/+6
| |\
* | | refactor: s/lookup_absent/not_found_or_absentbug25164Matthias Radestock2012-10-311-18/+14
* | | merge default into bug25164Matthias Radestock2012-10-311-30/+54
|\ \ \
| * | | better error messages for 'absent' queues in binding commandsMatthias Radestock2012-10-241-8/+20
| * | | better error messages for 'absent' queues in various commandsMatthias Radestock2012-10-241-13/+26
| * | | better error messages for 'absent' queues on declarationMatthias Radestock2012-10-241-12/+10
* | | | Yet another way in which add_mirror / drop_mirror "failing" can be OK really.bug25236Simon MacMullen2012-10-261-1/+2
|/ / /
* | | Merge in bug25195.Simon MacMullen2012-10-101-1/+2
|\ \ \
| * | | Progress towards storing a GM pid -> queue pid mapping. This is dependent on ...Simon MacMullen2012-10-031-1/+2
* | | | cosmeticbug25200Matthias Radestock2012-10-031-1/+2
|/ / /
* | | ExplainSimon MacMullen2012-10-031-0/+6
* | | distinguish between deliveries to masters and slavesMatthias Radestock2012-10-031-14/+28
* | | Merge in defaultSimon MacMullen2012-09-251-61/+22
|\ \ \
| * | | That case was originally written to cover the unmirrored case - but actually ...Simon MacMullen2012-09-201-2/+0
| * | | Merge in defaultSimon MacMullen2012-09-191-1/+6
| |\ \ \
| * \ \ \ Merge defaultSimon MacMullen2012-09-141-59/+22
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add specs, remove misleading "%% temp" comment.Simon MacMullen2012-09-051-2/+2
| | * | | Merge in defaultSimon MacMullen2012-08-071-58/+21
| | |\ \ \
| | | * \ \ Merge bug25048Simon MacMullen2012-07-091-58/+21
| | | |\ \ \
| | | | * | | Dynamic change of HA policy. Promotion from non-HA to master, and demotion fr...Simon MacMullen2012-07-061-3/+8
| | | | * | | Rename function, remove utter rubbish.Simon MacMullen2012-07-061-11/+11
| | | | * | | Rough sketch of dynamic queue HA-ness:Simon MacMullen2012-07-051-48/+6
* | | | | | | Merge bug23896Simon MacMullen2012-09-211-1/+6
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | guard deletes on disk tables in order to eliminate superfluos fsyncsMatthias Radestock2012-09-151-1/+6
| |/ / / / /
* | | | | | nuke 'immediate'bug23896Matthias Radestock2012-09-171-25/+17
|/ / / / /
* | | | | cosmeticMatthias Radestock2012-09-111-5/+4
* | | | | check that the ttl values are less than what `erlang:send_after' likesbug24867Francesco Mazzoli2012-09-101-6/+10
| |_|_|/ |/| | |
* | | | Try to be a bit more defensive before looping.bug25114Simon MacMullen2012-08-231-2/+11
|/ / /
* | | merge defaultFrancesco Mazzoli2012-07-231-1/+5
|\ \ \ | |/ /
| * | Be more consistent about always cleaning sync_slave_pids whenever slave_pids ...Simon MacMullen2012-07-091-1/+4
| * | Store sync'ed slaves in Mnesia. This is not quite right yet.Simon MacMullen2012-07-061-0/+1
| |/
* | merge default into bug25023bug25023Tim Watson2012-07-231-1/+1
|\ \
| * | use rabbit_misc:is_process_alive/1bug25059Tim Watson2012-07-201-1/+1
| |/