Commit 66083ad
committed
fix(run-engine): publish dead-letter redrives to the configured queue channel
redriveMessage published to the hardcoded rq:redrive channel while the
subscriber listens on the configured queue name, so redrive silently
no-oped for any RunQueue not named rq. Both sides now derive the channel
from the queue name, and a redrive that reaches zero subscribers logs an
error instead of reporting nothing.
Fixes #48541 parent 1d55693 commit 66083ad
2 files changed
Lines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| 966 | + | |
966 | 967 | | |
967 | 968 | | |
968 | 969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
675 | | - | |
676 | | - | |
| 674 | + | |
| 675 | + | |
677 | 676 | | |
678 | 677 | | |
679 | 678 | | |
680 | 679 | | |
681 | 680 | | |
682 | 681 | | |
683 | 682 | | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
684 | 696 | | |
685 | 697 | | |
686 | 698 | | |
| |||
1460 | 1472 | | |
1461 | 1473 | | |
1462 | 1474 | | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
1463 | 1479 | | |
1464 | | - | |
| 1480 | + | |
1465 | 1481 | | |
1466 | 1482 | | |
1467 | 1483 | | |
| |||
0 commit comments