| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge default into bug20337 | Alexandru Scvortov | 2011-11-28 | 10 | -81/+328 |
| |\ | |||||
| | * | 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 | 8 | -123/+130 |
| | * | amqqueue_process re-publishes with confirms | Alexandru Scvortov | 2011-11-14 | 7 | -87/+121 |
| | * | unbreak variable queue assertions | Alexandru Scvortov | 2011-11-07 | 1 | -2/+2 |
| | * | more consistent naming | Alexandru Scvortov | 2011-11-07 | 6 | -52/+45 |
| | * | merge default into bug20337 | Alexandru Scvortov | 2011-11-07 | 20 | -233/+481 |
| | |\ | |||||
| | * \ | Crude merge-from-default to help examine this thing. Currently some tests fai... | Simon MacMullen | 2011-10-20 | 8 | -59/+193 |
| | |\ \ | |||||
| | | * | | 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 | 3 | -22/+30 |
| | | * | | 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 |
| | | * | | Fixed up spec for msg_lookup_callback to contstrain input and output types to... | Rob Harrop | 2011-06-20 | 1 | -1/+1 |
| | | * | | Merge with default | Rob Harrop | 2011-06-20 | 5 | -8/+17 |
| | | |\ \ | |||||
| | | * | | | 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 | 4 | -11/+30 |
| | | * | | | 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 |
| | | |\ \ \ | |||||
| | | | * | | | Support for DL'ing messages that are rejected with requeue=false | Rob Harrop | 2011-06-08 | 3 | -20/+32 |
| | | | * | | | Merge with default | Rob Harrop | 2011-06-08 | 1 | -1/+2 |
| | | | |\ \ \ | |||||
| | | | * | | | | Publishing under new GUID now. DL'd messages have x-death-reason and x-death-... | Rob Harrop | 2011-06-08 | 2 | -26/+68 |
| | | | * | | | | Merge with default and rough outline of DL for ttl expiry | Rob Harrop | 2011-06-07 | 5 | -33/+98 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | In progress tweaks to VQ to support returning the dropped message in dropwhile | Rob Harrop | 2011-04-06 | 2 | -23/+31 |
| | | | | * | | | | Store DLE arg in the queue state | Rob Harrop | 2011-04-06 | 1 | -16/+25 |
| | | | | * | | | | Merge with default | Rob Harrop | 2011-04-06 | 1 | -1/+4 |
| | | | | |\ \ \ \ | |||||
| | | | | * | | | | | Whitespace cleanup | Rob Harrop | 2011-04-06 | 1 | -4/+5 |
| | | | | * | | | | | Add argument checking for x-dead-letter-exchange | Rob Harrop | 2011-04-06 | 1 | -7/+21 |
| * | | | | | | | | | Merged bug24593 into default | Emile Joubert | 2011-11-28 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Still nicer error handling inspired by lib:eval_str/1. | Simon MacMullen | 2011-11-25 | 1 | -4/+10 |
| * | | | | | | | | | | Also handle tokenising errors somewhat. | Simon MacMullen | 2011-11-24 | 1 | -8/+13 |
| * | | | | | | | | | | Handle RPCs that crash better. | Simon MacMullen | 2011-11-24 | 1 | -1/+1 |
| * | | | | | | | | | | Handle the most common parsing error nicely. | Simon MacMullen | 2011-11-24 | 1 | -4/+8 |
| * | | | | | | | | | | Basic rabbitmqctl eval, with let-it-crash error handling. | Simon MacMullen | 2011-11-24 | 2 | -0/+23 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | better reporting of location of failed test | Matthias Radestock | 2011-11-24 | 1 | -2/+2 |
| * | | | | | | | | | Another attempt at reducing racy failures. | Simon MacMullen | 2011-11-24 | 1 | -1/+1 |
| * | | | | | | | | | Merge bug 24467 (Autogenerated queue names don't pass validation) | Simon MacMullen | 2011-11-23 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
