summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refactoringAlexandru Scvortov2012-02-142-20/+25
* don't hang if purging an empty queue with dlxAlexandru Scvortov2012-02-121-2/+6
* use lists:keydelete and only log cycles onceAlexandru Scvortov2012-02-122-14/+14
* merge default into bug20337Alexandru Scvortov2012-02-1210-91/+459
|\
| * cosmeticAlexandru Scvortov2012-02-061-24/+21
| * merge default into bug20337Alexandru Scvortov2012-02-06105-564/+934
| |\
| * | refactor (Matthias's suggestions)Alexandru Scvortov2012-02-031-6/+2
| * | drop messages in dl cyclesAlexandru Scvortov2012-02-031-2/+45
| * | use same variable naming convention as in channelAlexandru Scvortov2012-01-311-20/+21
| * | don't leak queue monitorsAlexandru Scvortov2012-01-311-3/+41
| * | check that dlx is defined is dl-rk is setAlexandru Scvortov2012-01-301-2/+5
| * | check dlx routing key argAlexandru Scvortov2012-01-241-1/+11
| * | overwrite malformed x-death headersAlexandru Scvortov2012-01-241-3/+4
| * | don't discard accumulated changesAlexandru Scvortov2012-01-241-5/+5
| * | use POSIX timestamps instead of human readable onesAlexandru Scvortov2012-01-241-2/+2
| * | merge default into bug20337Alexandru Scvortov2012-01-2436-437/+565
| |\ \
| * | | 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
| | | |\ \ \ \ \