-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle receipt modAck and lease extensions with exactly-once del…
…ivery correctly (#1709) * fix: don't try to lease messages with failed acks in exactly-once delivery * fix: don't pass messages to clients or start leasing in exactly-once delivery if the receipt modAck fails * fix: handle receipt modAcks and lease extensions properly with exactly-once delivery enabled * fix: permanently fail any ack/modAck/nack that fails once under exactly-once delivery
- Loading branch information
Showing
4 changed files
with
401 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.