summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | amqqueue_process re-publishes with confirmsAlexandru Scvortov2011-11-147-87/+121
| | * | | unbreak variable queue assertionsAlexandru Scvortov2011-11-071-2/+2
| | * | | more consistent namingAlexandru Scvortov2011-11-076-52/+45
| | * | | merge default into bug20337Alexandru Scvortov2011-11-0720-233/+481
| | |\ \ \
| | * \ \ \ Crude merge-from-default to help examine this thing. Currently some tests fai...Simon MacMullen2011-10-208-59/+193
| | |\ \ \ \
| | | * | | | DLE -> DLXRob Harrop2011-06-201-4/+4
| | | * | | | Tweaked read_msg_callback to not increment RamMsgCount and cleaned it up at t...Rob Harrop2011-06-203-22/+30
| | | * | | | 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
| | | * | | | Fixed up spec for msg_lookup_callback to contstrain input and output types to...Rob Harrop2011-06-201-1/+1
| | | * | | | Merge with defaultRob Harrop2011-06-205-8/+17
| | | |\ \ \ \
| | | * | | | | 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-134-11/+30
| | | * | | | | 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
| | | | * | | | | Merge with defaultRob Harrop2011-06-081-1/+2
| | | | |\ \ \ \ \
| | | | * | | | | | 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
* | | | | | | | | | | | remove cruftMatthias Radestock2012-02-091-1/+1
* | | | | | | | | | | | Merge bug24668 (make consumer flow control more like credit_flow; improve per...Simon MacMullen2012-02-093-6/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | CosmeticSimon MacMullen2012-02-091-1/+1
| * | | | | | | | | | | | credit_flow-like throttling of queue->writer message flowMatthias Radestock2012-02-073-6/+26
* | | | | | | | | | | | | refactor channel frame handlingMatthias Radestock2012-02-091-24/+21
* | | | | | | | | | | | | Merged bug24505 into defaultEmile Joubert2012-02-083-103/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge bug24234Simon MacMullen2012-02-081-11/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Committed some changes by mistake...Francesco Mazzoli2012-02-013-32/+13
| | * | | | | | | | | | | | | Cosmetic, restored reject/4 arguments to the previous order.Francesco Mazzoli2012-02-014-20/+40
| | * | | | | | | | | | | | | Merge default.Francesco Mazzoli2012-02-011-12/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge default.Francesco Mazzoli2012-01-3118-257/+445
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Renamede reject_tx/4 to reject/4.Francesco Mazzoli2012-01-311-4/+4
| | | * | | | | | | | | | | | | | Delete extra whitespace.Francesco Mazzoli2012-01-251-2/+0
| | | * | | | | | | | | | | | | | Cons instead of append, reject does not change the channel state.Francesco Mazzoli2012-01-251-6/+5
| | | * | | | | | | | | | | | | | 'case' statement styleFrancesco Mazzoli2012-01-251-2/+3
| | | * | | | | | | | | | | | | | reject doesn't need to know about the channel state.Francesco Mazzoli2012-01-251-5/+6
| | | * | | | | | | | | | | | | | Fix to reject_tx, list comprehension instead of map.Francesco Mazzoli2012-01-251-2/+3
| | | * | | | | | | | | | | | | | Flatten the list of lists.Francesco Mazzoli2012-01-251-1/+1
| | | * | | | | | | | | | | | | | Executing basick.{nack,reject} transactionally.Francesco Mazzoli2012-01-241-15/+36
| | | | |_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge bug24730Simon MacMullen2012-02-082-83/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | refactor: remove cruftMatthias Radestock2012-02-081-31/+24
| | * | | | | | | | | | | | | | | refactor: extract commonality between basic.deliver and basic.getMatthias Radestock2012-02-071-52/+43
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Don't sync the mnesia disk log when nothing got written to itMatthias Radestock2012-02-061-8/+17
| |/ / / / / / / / / / / / / /