Open kakins opened 9 months ago
@kakins Making the listener durable is going to make it use the database as the DLQ.
So the docs need to be fine tuned a bit:
Inline
(Buffered is the default), then Wolverine uses the native DLQ functionalityBuffered
or Durable
, Wolverine will use the database storage as the DLQ -- if there is one configuredTry changing this to "Inline" for now. And I'll label this for now as a docs issue.
@jeremydmiller That did it! Thanks!
Describe the bug Native Azure Service Bus dead letter queues do not appear to work as described in the documentation. When a handler encounters and exception after exhausting all retries, an error message is sent to the
wolverine-dead-letter-queue
but not the associated ASB DLQ.To Reproduce
Screenshots