summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Monitor consuming queue regardless of whether the consumer is CCN capable, on...bug26070Simon MacMullen2014-03-251-21/+17
* OopsSimon MacMullen2014-03-251-1/+1
* Our other consumer arg has an x- on it. Also, let's validate.Simon MacMullen2014-03-252-2/+6
* Swap the default value for cancel-on-ha-failover.Simon MacMullen2014-03-251-2/+2
* Add a comment, and rename the thing to correspond more with words we use alre...Simon MacMullen2014-03-211-4/+9
* rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ...Simon MacMullen2014-03-212-22/+8
* Attempt at error checking the basic.consume.Simon MacMullen2014-03-201-22/+31
* Abstract the waiting into rabbit_amqqueue.Simon MacMullen2014-03-202-11/+17
* Rename variable (and catch a case I missed before).Simon MacMullen2014-03-201-8/+8
* OopsSimon MacMullen2014-03-191-1/+1
* First hack at recovering consumers.Simon MacMullen2014-03-191-60/+88
* Merge bug25722 (again)Simon MacMullen2014-03-191-1/+1
|\
| * Better error catching.bug25722Simon MacMullen2014-03-191-1/+1
* | Merge bug25722 (again again).Simon MacMullen2014-03-18150-288/+312
|\ \ | |/ |/|
| * Merge bug25722 (again)Simon MacMullen2014-03-182-4/+5
| |\
| * \ Merge bug25722Simon MacMullen2014-03-1813-93/+231
| |\ \
| * \ \ Merge bug 25940Simon MacMullen2014-03-17150-152/+152
| |\ \ \
| | * | | Update copyright for 2014bug25940Simon MacMullen2014-03-17150-152/+152
| |/ / /
| * | | Merge bug25589Simon MacMullen2014-03-170-0/+0
| |\ \ \
| * \ \ \ merge default into bug25589bug25589Matthias Radestock2014-03-1719-147/+298
| |\ \ \ \ | | |/ / /
| | * | | Merge bug26043Simon MacMullen2014-03-144-9/+19
| | |\ \ \
| | | * \ \ Merge bug26066Simon MacMullen2014-03-141-2/+5
| | | |\ \ \
| | | | * | | correctness++bug26066Matthias Radestock2014-03-131-1/+1
| | | | * | | turns out that cleaning up 'clients' in client_terminate is badMatthias Radestock2014-03-131-6/+6
| | | | * | | invoke credit_flow:peer_down on, err, DOWN. *only*Matthias Radestock2014-03-131-8/+11
| | * | | | | Explainbug26043Simon MacMullen2014-03-141-1/+3
| | * | | | | Fix stupidity, and rename.Simon MacMullen2014-03-141-4/+4
| | * | | | | Get the leader to transition directly to winner or loser state if that's wher...Simon MacMullen2014-03-101-2/+17
| * | | | | | add bump_credit to vq soak testsMatthias Radestock2014-03-131-1/+20
| * | | | | | make tests workMatthias Radestock2014-03-041-33/+42
| * | | | | | beta->delta conversion rate is naturally limitedMatthias Radestock2014-03-041-9/+11
| * | | | | | increase IO_BATCH_SIZEMatthias Radestock2014-03-041-7/+7
| * | | | | | reduce_memory_use now only does one thingMatthias Radestock2014-03-031-37/+12
| * | | | | | propagate BQ API changeMatthias Radestock2014-03-032-2/+9
| * | | | | | explain (reduced) impact of IO_BATCH_SIZEMatthias Radestock2014-03-031-14/+7
| * | | | | | decouple syncing from pagingMatthias Radestock2014-03-032-22/+14
| * | | | | | merge in defaultMatthias Radestock2014-03-031-2/+3
| |\ \ \ \ \ \
| * | | | | | | limit alpha->beta conversion through msg store credit flowMatthias Radestock2014-03-032-16/+23
* | | | | | | | Don't explode on "rabbitmqctl stop_app ; rabbitmqctl status", and fix tests.Simon MacMullen2014-03-182-3/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | We want reuseaddr otherwise starting the same broker twice in quick successio...Simon MacMullen2014-03-181-1/+1
* | | | | | | Don't export anything ever from this script, it gets inherited by any process...Simon MacMullen2014-03-181-3/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Oops, we need RABBITMQ_CONFIG_FILE to be set for prelaunch to do its job prop...Simon MacMullen2014-03-181-4/+4
* | | | | | Merge in defaultSimon MacMullen2014-03-141-4/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge bug26065Simon MacMullen2014-03-142-4/+10
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Log the config file's expected location according to the environment varible ...bug26065Simon MacMullen2014-03-122-4/+10
| |/ / / /
* | | | | Check the config situation when installing the Windows service.Simon MacMullen2014-03-132-11/+41
* | | | | Update the batch file.Simon MacMullen2014-03-131-1/+14
* | | | | More robustnessSimon MacMullen2014-03-131-16/+26
* | | | | Move dist arg to the end so that if the user has set it in RABBITMQ_SERVER_ST...Simon MacMullen2014-03-131-1/+1
* | | | | Check if dist port is available since otherwise we will create a horrific err...Simon MacMullen2014-03-132-20/+38