Commit 6e056e9
amqqueue_process: adopt new
As the de-duplication plugin is the only adopter of the `is_duplicate`
callback, we now use a simpler signature.
When a message is deemed duplicated, we discard it and re-route it to
dead letter exchange.
Signed-off-by: Matteo Cafasso <[email protected]>
(cherry picked from commit f93baa3)
(cherry picked from commit 8d7535e)is_duplicate backing queue callback1 parent c28018e commit 6e056e9
1 file changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
732 | 745 | | |
733 | | - | |
734 | 746 | | |
| 747 | + | |
735 | 748 | | |
736 | 749 | | |
737 | 750 | | |
| |||
0 commit comments