Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uh, that function needs another headerbug25945 | Simon MacMullen | 2014-01-07 | 1 | -1/+3 |
| | |||||
* | Notify on channel down. | Simon MacMullen | 2014-01-07 | 1 | -0/+10 |
| | |||||
* | refactor: inline | Matthias Radestock | 2013-12-24 | 1 | -8/+6 |
| | |||||
* | various simplifying refactors | Matthias Radestock | 2013-12-23 | 1 | -93/+93 |
| | | | | | these are actually all quite trivial; the diffs are large mainly due to whitspace and renames | ||||
* | tiny refactors | Matthias Radestock | 2013-12-23 | 1 | -6/+8 |
| | |||||
* | cosmetic, largely whitespace | Matthias Radestock | 2013-12-23 | 1 | -10/+10 |
| | |||||
* | Merged stable into default | Emile Joubert | 2013-10-15 | 1 | -11/+11 |
|\ | |||||
| * | Always check message expiry when queues startbug25815 | Emile Joubert | 2013-10-14 | 1 | -13/+14 |
| | | |||||
* | | Merged bug25749 into default | Emile Joubert | 2013-09-13 | 1 | -8/+6 |
|\ \ | |||||
| * \ | Merge in defaultbug25276 | Simon MacMullen | 2013-09-11 | 1 | -12/+6 |
| |\ \ | |||||
| | * \ | merge stable into default | Matthias Radestock | 2013-09-11 | 1 | -8/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Remove the warning message, it's not very interesting. Also fix an unused ↵bug25757 | Simon MacMullen | 2013-09-11 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | variable. | ||||
| | | * | Introduce a new return code for this case, since {new, Q} is going to mess ↵ | Simon MacMullen | 2013-09-09 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | up recovery by claiming we recovered something we didn't. Also {existing, Q} would make the channel enter an infinite loop, and {absent, Q} would return an AMQP NOT_FOUND which might be bewildering to the client if it managed to receive it. So we need a fourth possibility. | ||||
| | | * | Reply with something the channel is going to know how to handle. | Simon MacMullen | 2013-09-09 | 1 | -1/+5 |
| | | | | |||||
| * | | | Explain a little. | Simon MacMullen | 2013-09-09 | 1 | -1/+5 |
| |/ / | |||||
| * | | merge stable into default | Matthias Radestock | 2013-09-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | correctly prettify exclusive owner dissappearance warning | Matthias Radestock | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | WRONG: Queue "queue 'amq.gen-FQZtyp6mpRdmm3-on_LAOQ' in vhost 'urhyfncz'" exclusive owner went away RIGHT: exclusive owner for queue 'amq.gen-FQZtyp6mpRdmm3-on_LAOQ' in vhost 'urhyfncz' went away This got broken in http://hg.rabbitmq.com/rabbitmq-server/rev/f9f4919656ab | ||||
* | | | Version TTL and expiry messages, and ignore the wrong ones. Also stop timers ↵ | Simon MacMullen | 2013-09-11 | 1 | -13/+29 |
| | | | | | | | | | | | | and then start them again when re-initing. | ||||
* | | | Hook TTL / max length / expiry into policy system. | Simon MacMullen | 2013-09-06 | 1 | -28/+33 |
| | | | |||||
* | | | Merge in default | Simon MacMullen | 2013-09-05 | 1 | -8/+47 |
|\ \ \ | |/ / | |||||
| * | | Merge in bug25725. | Simon MacMullen | 2013-08-22 | 1 | -8/+47 |
| |\ \ | |||||
| | * \ | Merge default | Simon MacMullen | 2013-08-21 | 1 | -48/+99 |
| | |\ \ | |||||
| | | * | | Rename notification_requested to refresh, and emit queue_empty rather than ↵ | Simon MacMullen | 2013-08-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | queue_run_finished - we don't care if the queue run has finished and we are not empty, but we *do* care if we have become empty by some other method (purge, TTL). | ||||
| | | * | | Notify "startup" when we fail over too, that means the federation links will ↵ | Simon MacMullen | 2013-08-21 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | fail over with us. | ||||
| | | * | | Slightly clearer? | Simon MacMullen | 2013-08-21 | 1 | -10/+10 |
| | | | | | |||||
| | | * | | Small changes: Don't reevaluate consumer priority on every delivery, ↵ | Simon MacMullen | 2013-08-21 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | refactor a touch, realign, fix test, more specific spec. | ||||
| | | * | | Push everything through notify_decorators/3. | Simon MacMullen | 2013-08-20 | 1 | -11/+15 |
| | | | | | |||||
| | | * | | Merge default | Simon MacMullen | 2013-08-16 | 1 | -32/+78 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | More symmetry; notify on basic consume and consumer unblock as well as ↵ | Simon MacMullen | 2013-07-24 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | basic.cancel and consumer block. | ||||
| | | | * | Slightly clearer names? | Simon MacMullen | 2013-07-24 | 1 | -2/+2 |
| | | | | | |||||
| | | | * | Don't emit random bits of the queue's internal data structures in events. | Simon MacMullen | 2013-07-24 | 1 | -4/+6 |
| | | | | | |||||
| | | | * | Extend queue decorator interface, break dependency of server on federation. ↵ | Simon MacMullen | 2013-07-05 | 1 | -26/+29 |
| | | | | | | | | | | | | | | | | | | | | This is still a bit ugly, bits of queue state leak out in the events at the moment, and events are still exactly those needed by federation rather than a carefully thought out set. But it works. | ||||
| | | | * | Start of queue decorators. | Simon MacMullen | 2013-07-05 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Merge in default | Simon MacMullen | 2013-07-05 | 1 | -29/+63 |
| | | | |\ | |||||
| | | | | * | API change. | Simon MacMullen | 2013-07-01 | 1 | -1/+0 |
| | | | | | | |||||
| | | | | * | Ensure that if we fail over / reconfigure federation while running, we ask ↵ | Simon MacMullen | 2013-07-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | the qproc to remoind us what our running state is. | ||||
| | | | | * | More consistent and correct nomenclature. | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
| | | | | | | |||||
| | | | | * | Oops | Simon MacMullen | 2013-06-28 | 1 | -1/+2 |
| | | | | | | |||||
| | | | | * | TODO-- yes it could be faster. | Simon MacMullen | 2013-06-26 | 1 | -4/+1 |
| | | | | | | |||||
| | | | | * | Convert the x-purpose hack into a bit less of a hack: consumer priorities. | Simon MacMullen | 2013-06-26 | 1 | -44/+36 |
| | | | | | | |||||
| | | | | * | Merge in default | Simon MacMullen | 2013-06-24 | 1 | -6/+47 |
| | | | | |\ | |||||
| | | | | | * | Inform fed queues of policy change and termination, and abstract startup a ↵ | Simon MacMullen | 2013-06-03 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bit more. | ||||
| | | | | | * | If we have local active consumers, ignore federated ones. | Simon MacMullen | 2013-05-24 | 1 | -7/+20 |
| | | | | | | | |||||
| | | | | | * | Make sure we update the federation state when a consumer becomes inactive or ↵ | Simon MacMullen | 2013-05-24 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | is cancelled. | ||||
| | | | | | * | Tell the federated queue about basic.get. | Simon MacMullen | 2013-05-23 | 1 | -1/+2 |
| | | | | | | | |||||
| | | | | | * | Rename this | Simon MacMullen | 2013-05-23 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | | * | Distinguish between federated consumers and others. | Simon MacMullen | 2013-05-23 | 1 | -4/+15 |
| | | | | | | | |||||
| | | | | | * | Only consume if we are empty. | Simon MacMullen | 2013-05-22 | 1 | -4/+5 |
| | | | | | | | |||||
| | | | | | * | Quick and dirty hooks for federated queues. | Simon MacMullen | 2013-05-15 | 1 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | Dead lettering by policy. | Simon MacMullen | 2013-09-03 | 1 | -12/+28 |
|/ / / / / / |