summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_federation/src/rabbit_federation_link_sup.erl
Commit message (Expand)AuthorAgeFilesLines
* Take virtual host into account when detecting binding propagation cyclesMichael Klishin2020-09-161-1/+0
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-121-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Obfuscate credentials for federated queues and exchanges.Diana Corbacho2019-08-161-2/+3
* URL CleanupSpring Operator2019-03-201-1/+1
* Make #amqqueue{} a private recordJean-Sébastien Pédron2019-01-231-3/+4
* fix exchange link child-spec release handling moduleAyanda Dube2018-07-121-1/+1
* (c) yearMichael Klishin2017-04-021-1/+1
* Introduce callbacks that allow to restart a link, listing returns an idDiana Corbacho2016-12-281-1/+6
* Set bounded timeout for OTP workersDaniil Fedotov2016-06-161-2/+2
* Update (c) infoMichael Klishin2016-01-011-1/+1
* (c) yearMichael Klishin2015-05-241-1/+1
* Prune after old links are gone, otherwise they could still be starting, and s...Simon MacMullen2014-07-221-2/+2
* Slightly clearer?Simon MacMullen2014-07-161-2/+2
* Oops, no, {0,1} is no good as we will always be over the restart limit.Simon MacMullen2014-07-141-3/+3
* Don't allow a too-slow restart to prevent a reconnect delay.Simon MacMullen2014-07-141-3/+3
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* Unused varSimon MacMullen2013-11-291-1/+1
* Support a "federation-upstream" policy, and test it in the max_hops_test.Simon MacMullen2013-10-081-4/+4
* Rename a couple of modules that are exchange-specific.Simon MacMullen2013-09-181-2/+2
* Merge in defaultSimon MacMullen2013-09-051-25/+35
|\
| * Merge defaultSimon MacMullen2013-08-161-2/+2
| |\
| * | Start to abstract the common code from rabbit_federation_link to rabbit_feder...Simon MacMullen2013-06-061-2/+1
| * | Allow specifying a different queue name for the upstream, remove use of a fak...Simon MacMullen2013-06-041-4/+1
| * | Move everything out to a proper supervision hierarchy. Trigger queue federati...Simon MacMullen2013-06-031-25/+39
* | | API changeSimon MacMullen2013-09-031-3/+3
| |/ |/|
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* oopsSimon MacMullen2013-02-081-2/+0
* Rather fiddly refactoring to split up #upstream into #upstream{} and #upstrea...Simon MacMullen2013-02-041-1/+0
* Remove rabbit_federation_status:remove_upstream/1, its semantics were always ...Simon MacMullen2013-02-041-5/+8
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* We need to make sure if the link doesn't find the exchange any more then the ...Simon MacMullen2012-11-231-13/+3
* Handle deleting children if we return 'ignore' from the link.Simon MacMullen2012-11-231-3/+14
* Make the federation link permanent since sometimes calls to gen_server:call()...Simon MacMullen2012-08-201-1/+1
* Rename "federation connection" to "upstream", underscores to hyphens in every...Simon MacMullen2012-07-041-7/+7
* Get the tests passing again (TODO: write more tests!). This necessitates a bi...Simon MacMullen2012-06-081-4/+6
* Remove unused variables.Simon MacMullen2012-06-071-2/+2
* Pass upstream sets around less, simplifying a bunch of APIs.Simon MacMullen2012-05-181-34/+10
* When we clear a connection we want to clear out the scratch space of our exch...Simon MacMullen2012-05-181-8/+13
* Federate based on policy.Simon MacMullen2012-05-171-8/+4
* More XName -> X stuff that got missed before.Simon MacMullen2012-05-151-23/+23
* OopsSimon MacMullen2012-05-151-1/+1
* API updateSimon MacMullen2012-04-241-1/+1
* Merge bug24695 and fix a ton of conflicts.Simon MacMullen2012-04-241-14/+8
|\
| * Now we can safely declare the upstream exchange - so let's do that. Lovely. T...Simon MacMullen2012-03-281-4/+5
* | Explain why we need to keep this code.Simon MacMullen2012-04-171-1/+4
* | NoteSimon MacMullen2012-04-111-1/+1
* | Allow exchanges to point to upstream sets that do not exist, and upstream set...Simon MacMullen2012-04-111-3/+3
* | Don't be ridiculous. It is not true that any exchange will only reference a g...Simon MacMullen2012-04-101-23/+19