Replies: 1 comment 3 replies
-
Hi @bauna, Would you be able to provide a minimal reproducible example that reproduces the issue? What I can affirm without further context is that by default both Let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a test using LocalStack with TestContainers to verify that a message was sent to a SQS queue.
When I check received messages using a SQS Template, the message payload is deserialized properly, the SQS Template snippet.
Although when I try to use a class to receive the message, with a method annotated with @SqsListener. It fails to deserialize the same payload class, the class snippet
Here is the relevant section of the stacktrace:
Versions:
springboot: 3.5.3
awsspring: 3.3.1
Payload Record
Annotated Class
SQSTemplate
Beta Was this translation helpful? Give feedback.
All reactions