summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_direct.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* get rid of superfluous serial() arg to {XT,XD}:policy_changedMatthias Radestock2013-03-171-2/+2
* rabbit_exchange_type:validate_binding/2.Simon MacMullen2013-03-131-2/+4
* Don't repeat yourself.Simon MacMullen2013-02-081-2/+1
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* First sketch of a policy mechanism.Simon MacMullen2012-05-171-1/+2
* Added -callbacks for rabbit_exchange_type. Deleted rabbit_exchange_type_spec....Francesco Mazzoli2012-03-051-1/+0
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Merge in bug24009Simon MacMullen2011-04-081-1/+3
|\
| * Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-2/+2
| |\
| * \ Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-1/+3
| |\ \
| | * | Cosmetic: move serialise_events.Simon MacMullen2011-03-281-2/+3
| | * | Make serialise_events into /0, don't call it via callback/3.Simon MacMullen2011-03-281-2/+2
| | * | serialise_events should take an exchange really.Simon MacMullen2011-03-211-3/+2
| | * | Not 100% beautiful, but this gets serial ids into the hands of add_binding an...Simon MacMullen2011-03-171-1/+3
* | | | Go back to add_binding.Simon MacMullen2011-04-081-2/+2
* | | | Cosmetics / specs.Simon MacMullen2011-04-041-1/+1
| |_|/ |/| |
* | | QAish updates.Simon MacMullen2011-04-011-2/+2
|/ /
* | Change exchange type API to not distinguish between creating and recovering, ...Simon MacMullen2011-03-311-5/+4
|/
* Sender-specified destinations updatesEmile Joubert2011-02-221-2/+1
* Sender-selected destinations - qa feedbackEmile Joubert2011-02-091-3/+3
* Refactored sender-supplied routing keysEmile Joubert2011-02-021-32/+13
* Treat sender-specified destinations as routing keysEmile Joubert2011-01-241-5/+5
* Merged default into bug23483Emile Joubert2011-01-191-6/+6
|\
| * Merged default into bug23445Emile Joubert2010-12-231-3/+3
| |\
| * | Changed exchange callback API for transactionsEmile Joubert2010-12-231-7/+7
| * | Offer tx and non-tx exchange hooksEmile Joubert2010-11-231-1/+1
* | | Sender-specified distribution for fanout exchangesEmile Joubert2011-01-191-8/+3
* | | Sender-specified distributionEmile Joubert2011-01-061-3/+13
| |/ |/|
* | rabbit_exchange_type_registry -> rabbit_registrySimon MacMullen2010-11-051-3/+3
|/
* XT:publish => XT:routeMatthew Sackman2010-10-081-3/+3
* Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-3/+2
* Make assert_args_equivalence overridable by exchange plugins.Simon MacMullen2010-06-091-1/+3
* 2009 => 2010bug22824Matthew Sackman2010-06-021-3/+3
* Reimagine delete_binding/2 as remove_bindings/2. The hooks are nowbug22169Michael Bridgen2010-02-241-2/+2
* Matthias-approved cosmeticsMatthew Sackman2010-02-031-2/+2
* Cosmetics only - line length, consistent whitespace, and a couple of if -> ca...Matthew Sackman2010-02-031-4/+6
* Neater and less magic special case default exchange type registrationMatthew Sackman2010-02-031-0/+7
* rabbit_exchange_type.erl => rabbit_exchange_type_registry.erl; rabbit_exchang...Matthew Sackman2010-02-031-2/+2
* Change to different exchange callbacks. Requires a bit moreMichael Bridgen2010-01-151-4/+4
* Change to (almost) the mooted API, and support recover and validate.Michael Bridgen2010-01-141-2/+3
* Add declare/1 callback.Tony Garnock-Jones2009-12-021-1/+2
* Use mnesia table events instead of in-transaction callbacks.Tony Garnock-Jones2009-12-021-2/+1
* Oops -- it's supposed to be a .hrl, not a .erlbug22020Tony Garnock-Jones2009-11-231-1/+1
* Speculative specs, pending R13B to try them outTony Garnock-Jones2009-11-231-0/+1
* License headers on new files.Tony Garnock-Jones2009-11-221-0/+31
* Change to publish (= route-and-deliver) model for exchanges.Tony Garnock-Jones2009-11-211-3/+4
* Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-0/+20