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

Drain JMS acks queue when session is closed #2695

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

jaceksokol
Copy link
Contributor

I found that in some cases when JMS session is closed the acks queue is left non-empty. This is leading to reprocessing uncommitted messages on another session. The test cases that I modified is irregularly failing if you comment out my changes to the session code.

Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @jaceksokol !

@johanandren johanandren merged commit 9a27819 into akka:master Jun 28, 2021
@johanandren johanandren added this to the 3.0.2 milestone Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants