summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add setting dlx routing key in queue.declareAlexandru Scvortov2011-12-052-9/+28
* record routing keys and exchanges when dead-letteringAlexandru Scvortov2011-12-052-7/+16
* include the time the message was dead-letteredAlexandru Scvortov2011-12-051-1/+3
* merge default into bug20337Alexandru Scvortov2011-11-289-78/+317
|\
| * fix tuple arity mismatchAlexandru Scvortov2011-11-281-2/+2
| * don't hang if there are no DLQs bound to the DLXAlexandru Scvortov2011-11-281-13/+24
| * death headers are now stored in an array of tablesAlexandru Scvortov2011-11-281-8/+17
| * don't check dlx on queue.declareAlexandru Scvortov2011-11-281-5/+3
| * only remove messages when ALL DLQs have confirmedAlexandru Scvortov2011-11-151-48/+59
| * monitor the DLQsAlexandru Scvortov2011-11-151-8/+28
| * removed reminder commentAlexandru Scvortov2011-11-151-2/+1
| * wait for DLQ to confirm messages before deleting the queueAlexandru Scvortov2011-11-151-16/+23
| * partial wait-for-DLQ-before-deleting-queueAlexandru Scvortov2011-11-141-50/+46
| * spread out the dead-lettering on queue deletionAlexandru Scvortov2011-11-141-7/+8
| * don't remove purged messages until the DLQ has confirmed themAlexandru Scvortov2011-11-141-27/+50
| * don't remove expired messages until the DLQ has confirmed themAlexandru Scvortov2011-11-142-7/+11
| * don't remove rejected message before it is confirmed by the DLQAlexandru Scvortov2011-11-147-118/+125
| * amqqueue_process re-publishes with confirmsAlexandru Scvortov2011-11-146-82/+116
| * unbreak variable queue assertionsAlexandru Scvortov2011-11-071-2/+2
| * more consistent namingAlexandru Scvortov2011-11-075-48/+42
| * merge default into bug20337Alexandru Scvortov2011-11-0715-220/+461
| |\
| * \ Crude merge-from-default to help examine this thing. Currently some tests fai...Simon MacMullen2011-10-207-56/+181
| |\ \
| | * | DLE -> DLXRob Harrop2011-06-201-4/+4
| | * | Tweaked read_msg_callback to not increment RamMsgCount and cleaned it up at t...Rob Harrop2011-06-202-19/+27
| | * | Refactored read_msg_callbackRob Harrop2011-06-201-14/+12
| | * | Rename MsgState -> AckEntryRob Harrop2011-06-201-2/+2
| | * | Renamed dead_letter_exchange to dlxRob Harrop2011-06-201-25/+23
| | * | Merge with defaultRob Harrop2011-06-201-5/+7
| | |\ \
| | * | | Fixed bug with undecoded contentRob Harrop2011-06-131-9/+8
| | * | | If a DLE is deleted after being declared in an x-dead-letter-exchange argumen...Rob Harrop2011-06-131-6/+0
| | * | | Removed PD hack and be happy with the death reason we haveRob Harrop2011-06-131-6/+1
| | * | | Updated specs and fixed error in ack that didn't account for different ack st...Rob Harrop2011-06-133-8/+18
| | * | | Bit of a hack, but it gets the tests passing for nowRob Harrop2011-06-131-1/+6
| | * | | Merge with defaultRob Harrop2011-06-135-46/+165
| | |\ \ \
| | | * | | Support for DL'ing messages that are rejected with requeue=falseRob Harrop2011-06-083-20/+32
| | | * | | Publishing under new GUID now. DL'd messages have x-death-reason and x-death-...Rob Harrop2011-06-082-26/+68
| | | * | | Merge with default and rough outline of DL for ttl expiryRob Harrop2011-06-075-33/+98
| | | |\ \ \
| | | | * | | In progress tweaks to VQ to support returning the dropped message in dropwhileRob Harrop2011-04-062-23/+31
| | | | * | | Store DLE arg in the queue stateRob Harrop2011-04-061-16/+25
| | | | * | | Merge with defaultRob Harrop2011-04-061-1/+4
| | | | |\ \ \
| | | | * | | | Whitespace cleanupRob Harrop2011-04-061-4/+5
| | | | * | | | Add argument checking for x-dead-letter-exchangeRob Harrop2011-04-061-7/+21
* | | | | | | | Still nicer error handling inspired by lib:eval_str/1.Simon MacMullen2011-11-251-4/+10
* | | | | | | | Also handle tokenising errors somewhat.Simon MacMullen2011-11-241-8/+13
* | | | | | | | Handle RPCs that crash better.Simon MacMullen2011-11-241-1/+1
* | | | | | | | Handle the most common parsing error nicely.Simon MacMullen2011-11-241-4/+8
* | | | | | | | Basic rabbitmqctl eval, with let-it-crash error handling.Simon MacMullen2011-11-241-0/+7
* | | | | | | | better reporting of location of failed testMatthias Radestock2011-11-241-2/+2
* | | | | | | | Another attempt at reducing racy failures.Simon MacMullen2011-11-241-1/+1
* | | | | | | | base64url-encode for string guid generationMatthias Radestock2011-11-231-1/+8