|
|
|
|
|
by dev_by_day
1656 days ago
|
|
This is why I prefer putting the "bad" message into a deadletter queue instead of dropping it entirely(and alert on messages going into this queue). This unblocks the queue so it can continue working and allows one to decide if it should be dropped or re-processed. |
|