summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue_process.erl
Commit message (Expand)AuthorAgeFilesLines
* merge default into bug23914bug23914Matthias Radestock2011-03-071-18/+18
|\
| * merge default into bug23914Matthias Radestock2011-03-041-13/+13
| |\
| * | guid -> msg_id in amqqueue_processMatthias Radestock2011-03-041-18/+18
| * | #basic_message.guid -> idMatthias Radestock2011-03-041-1/+1
* | | cosmeticMatthias Radestock2011-03-051-57/+44
| |/ |/|
* | cosmetic - comment indentationMatthias Radestock2011-03-041-2/+2
* | cosmeticMatthias Radestock2011-03-041-11/+11
|/
* Merging bug23637 to defaultMatthew Sackman2011-02-241-16/+11
|\
| * replace the sort with a gb_treebug23637Alexandru Scvortov2011-01-191-16/+11
* | s/now_millis/now_micros - so the name matches the functionMatthias Radestock2011-02-171-3/+3
* | Merging bug23609 to defaultMatthew Sackman2011-02-141-1/+1
|\ \
| * \ merge bug23765 into default (current sync interval in queue_process and msg_s...Alexandru Scvortov2011-02-141-21/+22
| |\ \
| * | | Bump up sync timers in queue and msg_store to 25msbug23765Matthew Sackman2011-01-311-1/+1
* | | | moved call for call deletion notification into Funbug23609Tim Fox2011-02-111-1/+2
| |/ / |/| |
* | | abstract out is_process_aliveMatthew Sackman2011-02-081-14/+14
* | | Ensure all call sites of BQ:idle_timeout subsequently call run_message_queue ...bug23793Matthew Sackman2011-02-031-7/+8
|/ /
* | On pre_hibernate, report the real ram duration, not infinity. The assumption ...bug23740Matthew Sackman2011-01-251-4/+4
* | move channel lookups into handle_ methodsbug23626Matthias Radestock2011-01-201-43/+29
* | Deal with the possibility of a ch DOWN overtaking other messages from the cha...Matthew Sackman2011-01-201-14/+26
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* | sync_timer => sync_timeoutbug23705Matthew Sackman2011-01-181-4/+4
* | Specialise the sync_timer in order to permit us to unset the sync_timer_refMatthew Sackman2011-01-181-4/+8
|/
* Mandatory delivery only needs to know that it got to the queue. Not the resul...Matthew Sackman2011-01-121-4/+5
* Prioritise both sync and async versions the sameMatthew Sackman2011-01-121-12/+13
* small simplifying refactorbug23593Matthias Radestock2011-01-101-16/+15
* merge default into bug23593Matthias Radestock2011-01-101-18/+25
|\
| * Merging bug23665 into defaultMatthew Sackman2011-01-101-2/+4
| |\
| * | more consistent namingbug23665Alexandru Scvortov2011-01-101-9/+10
| * | remove duplication of erroneous logicAlexandru Scvortov2011-01-101-18/+22
| |/
* | Msg -> MsgSeqNo; inline two functionsAlexandru Scvortov2011-01-101-21/+19
* | misspellingAlexandru Scvortov2011-01-101-2/+2
* | faulty logicAlexandru Scvortov2010-12-291-2/+3
* | amqqueue confirms in batchesAlexandru Scvortov2010-12-291-8/+28
|/
* remove dead codeAlexandru Scvortov2010-12-211-11/+5
* move another confirm into VQAlexandru Scvortov2010-12-211-3/+3
* simplify variable_queue:ack's return formatAlexandru Scvortov2010-12-211-3/+3
* the msg_store is responsible for confirming rejected messagesAlexandru Scvortov2010-12-201-7/+5
* the msg_store is now responsible for confirming messagesAlexandru Scvortov2010-12-201-2/+2
* amqqueue_process shouldn't confirm when a message is basic.got (it's the BQ's...Alexandru Scvortov2010-12-201-1/+1
* remove confirming of undelivered immediate messages from amqqueue_processAlexandru Scvortov2010-12-201-4/+1
* fix bug in consumer_delete event emission on queue terminationMatthias Radestock2010-12-171-1/+1
* merge bug23232 into defaultMatthias Radestock2010-12-151-11/+39
|\
| * Fixbug23232Simon MacMullen2010-12-031-3/+3
| * Consistency with other events.Simon MacMullen2010-12-031-8/+8
| * CosmeticSimon MacMullen2010-12-031-2/+2
| * FixSimon MacMullen2010-12-031-1/+2
| * Oops.Simon MacMullen2010-12-031-1/+1
| * Add consumer created / deleted events.Simon MacMullen2010-12-031-11/+38
* | improve consistency of APIMatthew Sackman2010-12-131-9/+6
* | Get rid of -import() statments.Marek Majkowski2010-12-081-4/+0
|/