summaryrefslogtreecommitdiff
path: root/src/rabbit_dead_letter.erl
Commit message (Expand)AuthorAgeFilesLines
* Stream Queuekjnilsson2020-09-301-2/+3
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Introduce new dlx reason for delivery limitkjnilsson2019-02-251-1/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-2/+2
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Remove dead letter processDiana Corbacho2018-11-081-7/+4
* Quorum queues (#1706)Karl Nilsson2018-10-291-5/+7
* Handle cases where the headers table is undefinedMichael Klishin2017-09-071-0/+2
* Introduce x-first-death-{exchange,queue,reason}Michael Klishin2017-09-071-1/+10
* Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\
| * (c) yearMichael Klishin2017-04-021-1/+1
* | Merge branch 'stable'Jean-Sébastien Pédron2016-06-291-4/+0
|\ \ | |/
| * Use the new -spec formatJean-Sébastien Pédron2016-06-281-4/+0
* | Bump minimal erlang version to 18.3Daniil Fedotov2016-05-121-1/+1
|/
* WordingMichael Klishin2016-04-271-4/+7
* Log invalid x-death header as warningDaniil Fedotov2016-04-271-3/+3
* Ignore non-array x-dead headerDaniil Fedotov2016-04-271-1/+10
* Update (c) infoMichael Klishin2016-01-011-1/+1
* Use os:system_time() when the time is exposedJean-Sébastien Pédron2015-08-051-1/+1
* Be less assertive about x-death value typesMichael Klishin2015-07-081-11/+11
* (c) yearMichael Klishin2015-05-241-1/+1
* Re-format for 80 characters wideMichael Klishin2015-05-111-20/+25
* Re-format with EmacsMichael Klishin2015-05-111-27/+27
* Use a set to look up previously seen {queue, reason} keysMichael Klishin2015-05-101-15/+19
* RefactorMichael Klishin2015-05-101-4/+6
* RefactorMichael Klishin2015-05-101-23/+22
* Support x-death event proplists from before #78Michael Klishin2015-05-101-14/+63
* rabbit_dead_letter.erl: Fix shadowing of variable 'Info'Jean-Sébastien Pédron2015-03-261-12/+18
* Refactoring, x-death.counter => x-death.countMichael Klishin2015-03-261-33/+15
* Identify x-death events by {queue, reason}, add a counterMichael Klishin2015-03-251-17/+29
* Limit x-death growth to one entry per queueMichael Klishin2015-03-201-3/+39
* ExplainSimon MacMullen2014-04-091-0/+3
* Maybe simplerSimon MacMullen2014-04-091-7/+7
* Only allow cycles that contain reject.Simon MacMullen2014-04-081-13/+17
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* Fix basic.return stats, and fix various problems found by dialyzer.Simon MacMullen2014-01-221-1/+1
* extract dead-letter publishing from rabbit_amqqueue_processMatthias Radestock2014-01-081-0/+141