summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* merge bug24769Matthias Radestock2012-04-111-51/+74
|\
| * permit x-message-ttl=0, and optimise that caseMatthias Radestock2012-03-281-5/+18
| * refactor: extract undefined-ness checkMatthias Radestock2012-03-281-14/+10
| * cosmetic(ish): shorten arg check fun names and make them more meaningfulMatthias Radestock2012-03-281-18/+18
| * cosmeticMatthias Radestock2012-03-271-8/+6
| * cosmetic: don't rely on Erlang term order to catch type errorsMatthias Radestock2012-03-271-6/+5
| * Merge bug23610Simon MacMullen2012-03-261-17/+34
| |\
| | * Notifying queue deletion in rabbit_amqqueue:on_node_down/1Francesco Mazzoli2012-03-041-8/+19
| | * Notifying queue deletion in rabbit_amqqueue:internal_delete/2.Francesco Mazzoli2012-03-041-9/+15
* | | correct return value of rabbit_amqqueue:delete_immediately/1Matthias Radestock2012-03-231-1/+2
* | | use pmon in queue_collectorMatthias Radestock2012-03-231-3/+3
|/ /
* | Slightly nicer to use a -define().Simon MacMullen2012-03-151-1/+3
* | CommentSimon MacMullen2012-03-141-1/+2
* | Only sleep as much as we need, and tail recurse properly.Simon MacMullen2012-03-141-6/+5
* | Scatter-gather.Simon MacMullen2012-03-141-4/+5
* | This fixes the bug, but it does not scatter-gather, which would certainly be ...Simon MacMullen2012-03-141-1/+17
|/
* refactor amqqueue argument checkingAlexandru Scvortov2012-02-241-30/+25
* rename a functionAlexandru Scvortov2012-02-231-4/+4
* merge default into bug20337Alexandru Scvortov2012-02-121-14/+40
|\
| * merge default into bug20337Alexandru Scvortov2012-02-061-34/+46
| |\
| * | check that dlx is defined is dl-rk is setAlexandru Scvortov2012-01-301-2/+5
| * | check dlx routing key argAlexandru Scvortov2012-01-241-1/+11
| * | merge default into bug20337Alexandru Scvortov2012-01-241-17/+51
| |\ \
| * | | don't check dlx on queue.declareAlexandru Scvortov2011-11-281-5/+3
| * | | Crude merge-from-default to help examine this thing. Currently some tests fai...Simon MacMullen2011-10-201-14/+29
| |\ \ \
| | * \ \ Merge with default and rough outline of DL for ttl expiryRob Harrop2011-06-071-8/+23
| | |\ \ \
| | | * | | Whitespace cleanupRob Harrop2011-04-061-4/+5
| | | * | | Add argument checking for x-dead-letter-exchangeRob Harrop2011-04-061-7/+21
* | | | | | Cosmeticbug24668Simon MacMullen2012-02-091-1/+1
* | | | | | credit_flow-like throttling of queue->writer message flowMatthias Radestock2012-02-071-2/+19
| |_|_|_|/ |/| | | |
* | | | | Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* | | | | Remove ?CREDIT_CPU_BOUND and have /1 versions of ack and send instead.bug24671Simon MacMullen2012-01-241-1/+1
* | | | | More credit for the queue -> msg_store case.Simon MacMullen2012-01-191-1/+1
* | | | | provide two flavours of rabbit_amqqueue:deliverMatthias Radestock2012-01-161-33/+45
| |_|_|/ |/| | |
* | | | merge rabbit_router:deliver into rabbit_amqqueue:deliverbug24681Matthias Radestock2012-01-161-16/+50
* | | | Record the master together with all the slavesbug24561Emile Joubert2011-11-221-1/+1
|/ / /
* | | merge default into bug 23056bug23056Alexandru Scvortov2011-08-251-4/+5
|\ \ \
| * | | fix dialyzer warningsAlexandru Scvortov2011-08-081-1/+1
| * | | amqqueue specs up to dateAlexandru Scvortov2011-08-051-3/+4
* | | | Shortstrs are actually up to 255. Derp.bug24357Matthew Sackman2011-08-221-1/+1
* | | | AMQP error reasons are shortstrs. Take advantage of ~p and limit to the short...Matthew Sackman2011-08-221-1/+1
* | | | Cosmeticsbug24285Matthew Sackman2011-08-171-3/+1
* | | | Merging default to bug24285Matthew Sackman2011-08-171-7/+8
|\ \ \ \
| * | | | replace undefined | token() with token()Alexandru Scvortov2011-08-111-1/+1
| * | | | merge from defaultAlexandru Scvortov2011-08-111-23/+2
| |\ \ \ \ | | |/ / /
| * | | | fix dialyzer typesAlexandru Scvortov2011-08-111-1/+1
| * | | | unbreak amqqueue_process/limiter logicAlexandru Scvortov2011-07-261-2/+2
| * | | | finish refactoringAlexandru Scvortov2011-07-261-2/+2
| * | | | refactorAlexandru Scvortov2011-07-261-3/+2
| * | | | start limiter before channelAlexandru Scvortov2011-07-251-4/+6