summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* Separate out different is_process_alive implementations depending on whether ...bug26408Simon MacMullen2014-10-101-2/+2
* Pass the full queue to BQ:delete_crashed/1 since priority_queue will need it.Simon MacMullen2014-09-171-2/+2
* Merge in defaultbug26366Simon MacMullen2014-09-161-10/+8
|\
| * Merge in defaultSimon MacMullen2014-09-151-10/+8
| |\
| | * Sensible errors on queue durable / auto_delete inequivalence.Simon MacMullen2014-09-101-10/+8
* | | Delete a bit of complicated code.bug26151Simon MacMullen2014-09-151-33/+7
* | | Merge in defaultSimon MacMullen2014-09-151-25/+16
|\ \ \
| * | | Oopsbug26372Simon MacMullen2014-09-151-1/+1
| * | | Reify queue crashed state.Simon MacMullen2014-09-151-23/+14
| |/ /
| * | Be more assertive, don't assume application.Simon MacMullen2014-09-151-2/+2
* | | Add crashed queues to the output of "rabbitmqctl list_queues". This is rather...Simon MacMullen2014-09-111-17/+47
* | | Merge in defaultSimon MacMullen2014-09-111-6/+40
|\ \ \ | |/ / |/| |
| * | Show down queues in "rabbitmqctl list_queues"Simon MacMullen2014-09-101-6/+40
| |/
* | Improve commentsSimon MacMullen2014-09-111-4/+6
* | Fix type spec, fix a behaviour warning.Simon MacMullen2014-09-101-3/+3
* | Reduce distance to default, especially WRT rabbit_amqqueue_process startup.Simon MacMullen2014-09-091-10/+23
* | OopsSimon MacMullen2014-09-091-1/+1
* | CosmeticSimon MacMullen2014-09-091-7/+6
* | Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-16/+45
* | Switch to making our restart decisions based on explicitly determining whethe...Simon MacMullen2014-08-201-7/+1
* | Add an intermediate supervisor so that if a queue exceeds its restart limit w...Simon MacMullen2014-08-201-8/+9
* | Another copy of the master_in_recovery check. Not sure that's very elegant, b...Simon MacMullen2014-08-191-5/+5
* | Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-6/+3
* | Various spec-ish fixes.Simon MacMullen2014-08-191-6/+4
* | First step along the way to queue restarts. Create a "prequeue" module whose ...Simon MacMullen2014-08-191-28/+19
|/
* stable to defaultSimon MacMullen2014-08-181-23/+71
|\
| * Renamebug25884Simon MacMullen2014-08-121-1/+1
| * Max-bytes argument / policy.Simon MacMullen2014-08-121-1/+2
| * Promote down slave to master if the master gets forgotten.bug26254Simon MacMullen2014-06-191-14/+23
| * Maintain down_slave_nodes so we might have a clue where to look to recover from.Simon MacMullen2014-06-191-7/+23
| * Move these down (ish) from federation.bug24926Simon MacMullen2014-06-111-1/+9
| * Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-091-4/+15
| * Ensure rabbit_exchange funnels all updates through a single function, like ra...bug26230Simon MacMullen2014-06-091-1/+1
| * Make decorators field in exchange and queue transient, i.e. we recalcualte it...Simon MacMullen2014-06-091-14/+17
* | Two modes for delete, one for when the server is running and we need to be qu...bug26347Simon MacMullen2014-08-151-4/+4
|/
* Remove rabbit_amqqueue:force_event_refresh/1 synchronybug26127Simon MacMullen2014-04-171-21/+3
* Allow specification of the node to use for the queue, all else being equal.bug26082Simon MacMullen2014-03-271-2/+14
* OopsSimon MacMullen2014-03-251-1/+1
* Our other consumer arg has an x- on it. Also, let's validate.Simon MacMullen2014-03-251-1/+5
* rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ...Simon MacMullen2014-03-211-12/+1
* Abstract the waiting into rabbit_amqqueue.Simon MacMullen2014-03-201-1/+12
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Strip out support for x-prefetch.Simon MacMullen2014-03-041-2/+1
* Management information on per-consumer prefetchSimon MacMullen2014-03-041-6/+9
* Change the semantics of the basic.qos global flag to switch between per-consu...Simon MacMullen2014-03-041-5/+8
* Merge in defaultSimon MacMullen2014-02-181-35/+37
|\
| * oopsMatthias Radestock2014-02-101-1/+1
| * merge default into bug25853Matthias Radestock2014-02-101-14/+15
| |\
| | * Merge in defaultSimon MacMullen2014-02-101-9/+9
| | |\
| | | * bail on coding bugbug26002Matthias Radestock2014-02-061-7/+7