Skip to content

Conversation

@dakirily
Copy link
Contributor

This PR addresses JIRA QPIDJMS-617, resetting the read pointer position in JmsBytesMessage#readUTF() in case of a MessageFormatException

try {
this.dataIn.reset();
} catch (IOException ignored)
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Formatting here is incorrect and should match the rest of the codebase

@tabish121 tabish121 merged commit 3be9217 into apache:main Jan 6, 2026
4 of 5 checks passed
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