You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jeremydmiller
changed the title
Wolverine should be using a transports native dead letter queue functionality whenever possible for Buffered endpoints
Overhaul of the Dead Letter Queue Functionality for 3.0
Sep 2, 2024
While the hood is up on Wolverine 3.0. Here's some ideas:
Ability to opt into using a transport's native DLQ functionality for both buffered or durable endpoints. Today, Wolverine would use the database backed DLQ no matter what
Adding more contextual information to native transport DLQ for exception type at the least
Option to make all DLQ messages go to the database backed store. **I think this is going to be necessary for "CritterWatch" anyway
Option to set expiration times on DLQ messages so they're automatically dumped from the database over a certain timeframe. Make that configurable, and opt in or out.
This will be done as part of the "Critter Watch" product, so drops to 4.0
jeremydmiller
changed the title
Overhaul of the Dead Letter Queue Functionality for 3.0
Overhaul of the Dead Letter Queue Functionality for 4.0
Oct 10, 2024
Today Wolverine would try to use the database DLQ for any endpoint that isn't
Inline
The text was updated successfully, but these errors were encountered: