Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | track queues which may have delivered non-autoack messages to channelbug24860 | Matthias Radestock | 2012-04-12 | 1 | -13/+28 |
| | | | | | | ...so that we can ensure that acks/requeues have been seen by those queues during an orderly shutdown by the time a 'close' (in the error case) or 'close_ok' is sent. | ||||
* | Merge bug 24769. | Simon MacMullen | 2012-04-12 | 2 | -4/+2 |
|\ | |||||
| * | tiny space saving refactor | Matthias Radestock | 2012-04-12 | 1 | -3/+1 |
| | | |||||
| * | backing queue quickcheck updates for bug20337 | Emile Joubert | 2012-04-12 | 1 | -1/+1 |
| | | |||||
* | | fix bugbug24769 | Matthias Radestock | 2012-04-12 | 1 | -1/+1 |
| | | |||||
* | | cosmetic | Matthias Radestock | 2012-04-11 | 1 | -15/+14 |
| | | |||||
* | | fix a bug | Matthias Radestock | 2012-04-11 | 1 | -1/+1 |
| | | |||||
* | | merge bug24769 | Matthias Radestock | 2012-04-11 | 25 | -473/+803 |
|\ \ | |/ | |||||
| * | Micro-optimisation | Simon MacMullen | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | Matthias points out that we don't need to lookup here; we will lookup later ↵ | Simon MacMullen | 2012-04-11 | 1 | -3/+1 |
| | | | | | | | | anyway... | ||||
| * | Merge bug24862 | Simon MacMullen | 2012-04-11 | 1 | -0/+7 |
| |\ | |||||
| | * | Deduplicate routes (needed for sender routing).bug24862 | Simon MacMullen | 2012-04-11 | 1 | -1/+2 |
| | | | |||||
| | * | Optimise routing for the default exchange. | Simon MacMullen | 2012-04-11 | 1 | -0/+6 |
| |/ | |||||
| * | Merge bug24725. | Simon MacMullen | 2012-04-11 | 6 | -68/+125 |
| |\ | |||||
| | * | Merge bug24854 | Simon MacMullen | 2012-04-11 | 5 | -67/+124 |
| | |\ | |||||
| | | * | cosmetic | Matthias Radestock | 2012-04-10 | 1 | -3/+4 |
| | | | | |||||
| | | * | optimisation: gm:broadcast earlier so other nodes can get on with work | Matthias Radestock | 2012-04-10 | 1 | -2/+2 |
| | | | | |||||
| | | * | merge bug24846 into default | Matthias Radestock | 2012-04-10 | 3 | -29/+31 |
| | | |\ | |||||
| | | | * | Merged bug24833 into default | Emile Joubert | 2012-04-10 | 2 | -37/+28 |
| | | | |\ | |||||
| | | | | * | Merged bug24833 into default | Emile Joubert | 2012-04-05 | 2 | -29/+29 |
| | | | | |\ | |||||
| | | | * | | | Restore rabbit_basic:extract_headers/1 | Emile Joubert | 2012-04-10 | 1 | -1/+8 |
| | | | | |/ | | | | |/| | |||||
| | | | * | | Fix in map_headers. | Francesco Mazzoli | 2012-04-03 | 1 | -3/+3 |
| | | | | | | |||||
| | | | * | | Pushed a change to the Makefile by mistake. | Francesco Mazzoli | 2012-04-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | map_headers instead of {extract, replace}_headers. | Francesco Mazzoli | 2012-04-03 | 3 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sadly the final value of the headers depends on whether we have a DLX routing key or not, so the code in rabbit_amqqueue_process:make_dead_letter_msg/4 is slightly ugly. I still think it's better to keep rabbit_basic:map_headers/2 general. | ||||
| | | * | | | typobug24846 | Matthias Radestock | 2012-04-05 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | dtree API cleanup: handle 'insert' w empty secondary key list correctly | Matthias Radestock | 2012-04-05 | 1 | -1/+5 |
| | | | | | | |||||
| | | * | | | better(?) dtree docs | Matthias Radestock | 2012-04-04 | 1 | -11/+26 |
| | | | | | | |||||
| | | * | | | revise nack handling in queue (for dlx) | Matthias Radestock | 2012-04-03 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - with the changes introduced in bug 24750, the "lost" message count logged was misleading since it would not include any messages still pending confirmation from other queues. Fix that. - normal queue terminations are not log worthy - splitting log information across two entries loses context, i.e. other log entries might appear inbetween. So now we collate all the information into a single log entry. - saying that messages were "lost" is misleading - we simply don't know what happened to them. Make this clear(er). | ||||
| | | * | | | fix nack handling in channel | Matthias Radestock | 2012-04-03 | 2 | -6/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a queue dies abnormally we nack all messages sent to that queue and still pending confirms. Any confirms coming in for these messages thereafter - from other queues - are ignored. | ||||
| | | * | | | make dtree:take/3 cope with absent keys | Matthias Radestock | 2012-04-03 | 1 | -19/+24 |
| | | | | | | |||||
| | * | | | | Whoopsy.bug24854 | Matthew Sackman | 2012-04-04 | 1 | -1/+1 |
| | | |_|/ | | |/| | | |||||
| * | | | | I initially read this as "head 2 is an optimistion of head 3, and head 4 is ↵bug24725 | Simon MacMullen | 2012-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | a different case". | ||||
| * | | | | refactor: shrink | Matthias Radestock | 2012-04-05 | 1 | -9/+7 |
| | | | | | |||||
| * | | | | merge default into bug24725 | Matthias Radestock | 2012-04-05 | 2 | -37/+28 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge bug24789 | Simon MacMullen | 2012-04-04 | 1 | -7/+2 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Don't invoke userdelbug24789 | Emile Joubert | 2012-04-03 | 1 | -7/+2 |
| | | | | | |||||
| | * | | | merge bug24845 into default | Matthias Radestock | 2012-04-03 | 1 | -13/+11 |
| | |\ \ \ | |||||
| | | * | | | do not confirm 'immediate' messages that failed to be deliveredbug24845 | Matthias Radestock | 2012-04-03 | 1 | -13/+11 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | in particular non-persistent messages were always being confirmed regardless | ||||
| | * | | | refactor queue's confirm handling on publish | Matthias Radestock | 2012-04-02 | 1 | -30/+28 |
| | | |/ | | |/| | | | | | | | | | I think it's a bit clearer this way | ||||
| * | | | handle confirms and dlx | Matthias Radestock | 2012-04-02 | 1 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a dlx is configured we fall back to the normal go-via-the-backing-queue route since the dlx logic assumes that any dead-lettered message is present in the bq. Indeed the bq is the only place in which such messages are kept until they have been confirmed by the dead-letter destinations. | ||||
| * | | | merge default into bug24725 | Matthias Radestock | 2012-04-02 | 17 | -245/+493 |
| |\ \ \ | | |/ / | |||||
| | * | | merge bug24843 into default | Matthias Radestock | 2012-04-02 | 0 | -0/+0 |
| | |\ \ | |||||
| | * | | | fix a racebug24843 | Matthias Radestock | 2012-04-02 | 1 | -0/+3 |
| | |/ / | |||||
| | * | | merge bug24842 into default | Matthias Radestock | 2012-04-02 | 1 | -1/+2 |
| | |\ \ | |||||
| | | * | | fix cluster tests to work again in single-node casebug24842 | Matthias Radestock | 2012-04-02 | 1 | -1/+2 |
| | |/ / | |||||
| | * | | Merge bug24808. | Simon MacMullen | 2012-04-02 | 25 | -414/+676 |
| | |\ \ | |||||
| | | * \ | Merge bug24750. | Simon MacMullen | 2012-04-02 | 4 | -172/+173 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | Attempt to flesh out the essay slightly more.bug24750 | Simon MacMullen | 2012-04-02 | 1 | -7/+15 |
| | | | | | |||||
| | | | * | erhm. it helps to actually add this. | Matthias Radestock | 2012-03-22 | 1 | -0/+103 |
| | | | | | |||||
| | | | * | convert channel to use new dtree data structure for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -81/+21 |
| | | | | |