-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #54057 [Messenger] Passing actual
Envelope
to `WorkerMessageRet…
…riedEvent` (daffoxdev) This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Passing actual `Envelope` to `WorkerMessageRetriedEvent` | Q | A | ------------- | --- | Branch? |5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #52914 | License | MIT In `SendFailedMessageForRetryListener` fixed the `Envelope` instance that passes to `WorkerMessageRetriedEvent`. Now it is instance of `Envelope` the that is returned by transport sender and could include such stamps as `TransportMessageIdStamp`. Previously to the event passed the not actual envelope that is created before passed to `send()` - changes in SendFailedMessageForRetryListener - added new test for this case in `SendFailedMessageForRetryListenerTest` Commits ------- 9b4cc57f28 [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
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