summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| | | * Use gs2:mcall/1 in r_amqqueue:force_event_refresh/1Tim Watson2014-01-281-2/+2
| | * | Include a reference in forced event refreshes.Simon MacMullen2014-02-101-6/+7
| | |/
| * | simplifying refactorMatthias Radestock2014-02-061-17/+14
| * | Use dirty opts to find durable queues during startup (and optimise)Tim Watson2014-02-051-4/+3
| * | Simplify durable queue recovery and avoid a dict lookup on the resultsTim Watson2014-02-051-12/+6
| * | Perform (and wait for) queue recovery in parallelTim Watson2014-01-301-4/+15
| |/
* | Manage AckTag -> Ctag mapping in rabbit_queue_consumers, leave the channel ou...Simon MacMullen2014-02-031-11/+8
* | Merge defaultSimon MacMullen2014-02-031-9/+13
|\ \ | |/ |/|
| * merge default into bug24297Matthias Radestock2014-01-221-1/+1
| |\
| * \ merge default into bug24297Matthias Radestock2014-01-221-8/+4
| |\ \
| * | | Move credit args parsing into rabbit_queue_consumers, to reduce some nasty ar...Simon MacMullen2014-01-151-12/+11
| * | | Rearrange order of function args in ack/reject/requeue for consistency.Simon MacMullen2014-01-141-9/+9
| * | | Unbreak basic.reject, basic.nack and basic.recover. Fix up specs.Simon MacMullen2014-01-131-8/+11
| * | | Add initial support for x-prefetch consumer arg (basically auto-credit). It's...Simon MacMullen2014-01-081-3/+3
* | | | merge bug25827 into defaultMatthias Radestock2014-01-241-6/+12
|\ \ \ \
| * | | | Refactor: reduce the distance to defaultTim Watson2014-01-141-4/+2
| * | | | Cosmetic (ish)Tim Watson2014-01-141-1/+1
| * | | | Refactor / maintain a clean interface to the backing queueTim Watson2014-01-141-4/+9
| * | | | Refactor to avoid O(N*2) lookups during queue recoveryTim Watson2014-01-131-19/+9
| * | | | Scrub un-used code and introduce a lookup-by-recovery-key APITim Watson2013-12-311-1/+2
| * | | | Tidy of specs and further re-working of testsTim Watson2013-12-191-1/+1
| * | | | Rework/Refactor to handle recovery terms up-frontTim Watson2013-12-191-6/+18
| |/ / /
* | | | merge bug24408 into defaultMatthias Radestock2014-01-231-27/+8
|\ \ \ \
| * | | | Don't think that needs simplifying, but the comment is now not relevant any m...Simon MacMullen2014-01-221-7/+0
| * | | | Fix basic.return stats, and fix various problems found by dialyzer.Simon MacMullen2014-01-221-4/+3
| * | | | Quick-and-dirty version of pipelined mandatory publishingSimon MacMullen2014-01-211-16/+5
* | | | | refactor: make 'reject' arg order consistent with 'ack' et alMatthias Radestock2014-01-221-2/+2