Skip to content

Fix MessagingMessageConverter to handle JSON string payload configured with the APPLICATION_JSON header (#1144) #1168

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

Closed
wants to merge 6 commits into from

Conversation

imsosleepy
Copy link
Contributor

@imsosleepy imsosleepy commented Jun 25, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

When creating a raw JSON string type payload in the SQS Template, if the header is set to CONTENT_TYPE as APPLICATION_JSON and sent to SQS, the listener could not read the object in the same format.

💡 Motivation and Context

Implementation for issue #1144

💚 How did you test it?

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated reference documentation to reflect the change
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions github-actions bot added the component: sqs SQS integration related issue label Jun 25, 2024
@imsosleepy imsosleepy changed the title Fix MessagingMessageConverter to handle JSON string payload configured with the APPLICATION_JSON header Fix MessagingMessageConverter to handle JSON string payload configured with the APPLICATION_JSON header (#1144) Jun 25, 2024
@tomazfernandes
Copy link
Contributor

@imsosleepy, thanks for the PR!

I did some polishing in a new PR for this one as well: #1195

Looking forward for more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants