| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | don't hang on multiple queue.purges | Alexandru Scvortov | 2012-02-14 | 1 | -21/+24 |
| * | cosmetic | Matthias Radestock | 2012-02-14 | 1 | -2/+2 |
| * | always issue credits, even when we drop a message | Matthias Radestock | 2012-02-14 | 1 | -30/+18 |
| * | cosmetic | Matthias Radestock | 2012-02-14 | 2 | -28/+24 |
| * | Merge heads | Emile Joubert | 2012-02-14 | 1 | -9/+12 |
| |\ | |||||
| | * | Merge bug24714 | Simon MacMullen | 2012-02-14 | 1 | -12/+7 |
| | |\ | |||||
| | * | | monitor nodes just once | Matthias Radestock | 2012-02-09 | 1 | -9/+12 |
| * | | | Merge bug20337 into default | Emile Joubert | 2012-02-14 | 1 | -12/+7 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | simplifying refactor | Matthias Radestock | 2012-02-13 | 1 | -12/+7 |
| | |/ | |||||
| * | | factor out redundant code | Alexandru Scvortov | 2012-02-14 | 1 | -15/+13 |
| * | | refactoring | Alexandru Scvortov | 2012-02-14 | 2 | -20/+25 |
| * | | don't hang if purging an empty queue with dlx | Alexandru Scvortov | 2012-02-12 | 1 | -2/+6 |
| * | | use lists:keydelete and only log cycles once | Alexandru Scvortov | 2012-02-12 | 2 | -14/+14 |
| * | | merge default into bug20337 | Alexandru Scvortov | 2012-02-12 | 10 | -91/+459 |
| |\ \ | |/ |/| | |||||
| | * | cosmetic | Alexandru Scvortov | 2012-02-06 | 1 | -24/+21 |
| | * | merge default into bug20337 | Alexandru Scvortov | 2012-02-06 | 105 | -564/+934 |
| | |\ | |||||
| | * | | refactor (Matthias's suggestions) | Alexandru Scvortov | 2012-02-03 | 1 | -6/+2 |
| | * | | drop messages in dl cycles | Alexandru Scvortov | 2012-02-03 | 1 | -2/+45 |
| | * | | use same variable naming convention as in channel | Alexandru Scvortov | 2012-01-31 | 1 | -20/+21 |
| | * | | don't leak queue monitors | Alexandru Scvortov | 2012-01-31 | 1 | -3/+41 |
| | * | | check that dlx is defined is dl-rk is set | Alexandru Scvortov | 2012-01-30 | 1 | -2/+5 |
| | * | | check dlx routing key arg | Alexandru Scvortov | 2012-01-24 | 1 | -1/+11 |
| | * | | overwrite malformed x-death headers | Alexandru Scvortov | 2012-01-24 | 1 | -3/+4 |
| | * | | don't discard accumulated changes | Alexandru Scvortov | 2012-01-24 | 1 | -5/+5 |
| | * | | use POSIX timestamps instead of human readable ones | Alexandru Scvortov | 2012-01-24 | 1 | -2/+2 |
| | * | | merge default into bug20337 | Alexandru Scvortov | 2012-01-24 | 36 | -437/+565 |
| | |\ \ | |||||
| | * | | | add setting dlx routing key in queue.declare | Alexandru Scvortov | 2011-12-05 | 2 | -9/+28 |
| | * | | | record routing keys and exchanges when dead-lettering | Alexandru Scvortov | 2011-12-05 | 2 | -7/+16 |
| | * | | | include the time the message was dead-lettered | Alexandru Scvortov | 2011-12-05 | 1 | -1/+3 |
| | * | | | merge default into bug20337 | Alexandru Scvortov | 2011-11-28 | 9 | -78/+317 |
| | |\ \ \ | |||||
| | | * | | | fix tuple arity mismatch | Alexandru Scvortov | 2011-11-28 | 1 | -2/+2 |
| | | * | | | don't hang if there are no DLQs bound to the DLX | Alexandru Scvortov | 2011-11-28 | 1 | -13/+24 |
| | | * | | | death headers are now stored in an array of tables | Alexandru Scvortov | 2011-11-28 | 1 | -8/+17 |
| | | * | | | don't check dlx on queue.declare | Alexandru Scvortov | 2011-11-28 | 1 | -5/+3 |
| | | * | | | only remove messages when ALL DLQs have confirmed | Alexandru Scvortov | 2011-11-15 | 1 | -48/+59 |
| | | * | | | monitor the DLQs | Alexandru Scvortov | 2011-11-15 | 1 | -8/+28 |
| | | * | | | removed reminder comment | Alexandru Scvortov | 2011-11-15 | 1 | -2/+1 |
| | | * | | | wait for DLQ to confirm messages before deleting the queue | Alexandru Scvortov | 2011-11-15 | 1 | -16/+23 |
| | | * | | | partial wait-for-DLQ-before-deleting-queue | Alexandru Scvortov | 2011-11-14 | 1 | -50/+46 |
| | | * | | | spread out the dead-lettering on queue deletion | Alexandru Scvortov | 2011-11-14 | 1 | -7/+8 |
| | | * | | | don't remove purged messages until the DLQ has confirmed them | Alexandru Scvortov | 2011-11-14 | 1 | -27/+50 |
| | | * | | | don't remove expired messages until the DLQ has confirmed them | Alexandru Scvortov | 2011-11-14 | 2 | -7/+11 |
| | | * | | | don't remove rejected message before it is confirmed by the DLQ | Alexandru Scvortov | 2011-11-14 | 7 | -118/+125 |
| | | * | | | amqqueue_process re-publishes with confirms | Alexandru Scvortov | 2011-11-14 | 6 | -82/+116 |
| | | * | | | unbreak variable queue assertions | Alexandru Scvortov | 2011-11-07 | 1 | -2/+2 |
| | | * | | | more consistent naming | Alexandru Scvortov | 2011-11-07 | 5 | -48/+42 |
| | | * | | | merge default into bug20337 | Alexandru Scvortov | 2011-11-07 | 15 | -220/+461 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Crude merge-from-default to help examine this thing. Currently some tests fai... | Simon MacMullen | 2011-10-20 | 7 | -56/+181 |
| | | |\ \ \ \ | |||||
| | | | * | | | | DLE -> DLX | Rob Harrop | 2011-06-20 | 1 | -4/+4 |
| | | | * | | | | Tweaked read_msg_callback to not increment RamMsgCount and cleaned it up at t... | Rob Harrop | 2011-06-20 | 2 | -19/+27 |
