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

Handle session thread #3132

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Handle session thread #3132

merged 2 commits into from
Feb 29, 2024

Conversation

JustinPihony
Copy link
Contributor

@JustinPihony JustinPihony commented Feb 29, 2024

@@ -97,7 +97,8 @@ private[jms] final class JmsAckSession(override val connection: jms.Connection,

private def stopMessageListenerAndCloseSession(): Unit = {
try {
drainAcks()
if(session.getAcknowledgeMode() == jms.Session.CLIENT_ACKNOWLEDGE)
Copy link

@laglangyue laglangyue Feb 29, 2024

Choose a reason for hiding this comment

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

code style. Need a black space, if (..)

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru ennru merged commit 0405936 into main Feb 29, 2024
50 checks passed
@ennru ennru deleted the jms-session branch February 29, 2024 13:38
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.

3 participants