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

Fix reading JMS BytesMessage data after extracting message properties #6176

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

jkosternl
Copy link
Contributor

… (#6048)

@@ -1,25 +1,28 @@
include = ../global.properties

java.EsbJmsRRSender.className=org.frankframework.senders.IbisJavaSender
java.EsbJmsRRSender.serviceName=ibis4test-EsbJmsRRSender
java.EsbJmsRRSenderJms.className=nl.nn.adapterframework.senders.IbisJavaSender
Copy link
Contributor

Choose a reason for hiding this comment

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

Waarom zijn alle classnames veranderd?

Om te testen van Larva goed omgaat met het converteren van oude naar nieuwe package names? 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deze file ging niet goed met patchen. Heb deze handmatig gedaan en met forward-porten die change over het hoofd gezien blijkbaar. Ik fix het.

Copy link

sonarcloud bot commented Jan 26, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

40.7% Coverage on New Code (required ≥ 65%)

See analysis details on SonarCloud

@nielsm5 nielsm5 changed the title Fix reading JMS BytesMessage data after extracting message properties… Fix reading JMS BytesMessage data after extracting message properties Jan 26, 2024
@nielsm5 nielsm5 merged commit bb80c6d into master Jan 26, 2024
13 of 15 checks passed
@nielsm5 nielsm5 deleted the issue/6048_BugReceivingBytesMessages branch January 26, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(7.9.0) EsbJmsListener is not able to read bytesMessage that is provided by EsbJmsSender
3 participants