Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(endpoint): add new async receive endpoint #8

Closed

Conversation

maxjoehnk
Copy link
Contributor

This fixes an issue where the handling of a message will not impact the acknowledgment of the message.
The AsyncReceiveEndpoint waits for the message handler to resolve before acknowledging the message or it noAcks the message when the handler throws.
To not cause breaking changes I've implemented this as a second implementation of the receive endpoint.

I've also incorporated the improvements I've made in #6, so this should probably be merged after #6 so I can remove the unrelated commits from this branch.

@phatboyg
Copy link
Member

phatboyg commented Feb 1, 2022

Rebased/merged.

@phatboyg phatboyg closed this Feb 1, 2022
@phatboyg
Copy link
Member

phatboyg commented Feb 1, 2022

So I rebased and merged all of your outstanding PR's, thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants