| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | * | | | | Refactored read_msg_callback | Rob Harrop | 2011-06-20 | 1 | -14/+12 |
| | | | * | | | | Rename MsgState -> AckEntry | Rob Harrop | 2011-06-20 | 1 | -2/+2 |
| | | | * | | | | Renamed dead_letter_exchange to dlx | Rob Harrop | 2011-06-20 | 1 | -25/+23 |
| | | | * | | | | Merge with default | Rob Harrop | 2011-06-20 | 1 | -5/+7 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | Fixed bug with undecoded content | Rob Harrop | 2011-06-13 | 1 | -9/+8 |
| | | | * | | | | | If a DLE is deleted after being declared in an x-dead-letter-exchange argumen... | Rob Harrop | 2011-06-13 | 1 | -6/+0 |
| | | | * | | | | | Removed PD hack and be happy with the death reason we have | Rob Harrop | 2011-06-13 | 1 | -6/+1 |
| | | | * | | | | | Updated specs and fixed error in ack that didn't account for different ack st... | Rob Harrop | 2011-06-13 | 3 | -8/+18 |
| | | | * | | | | | Bit of a hack, but it gets the tests passing for now | Rob Harrop | 2011-06-13 | 1 | -1/+6 |
| | | | * | | | | | Merge with default | Rob Harrop | 2011-06-13 | 5 | -46/+165 |
| | | | |\ \ \ \ \ | |||||
