Error when retrieving message with SqsListener: Unable to convert to JSON #1288
Labels
component: sqs
SQS integration related issue
status: waiting-for-feedback
Waiting for feedback from issuer
Type: Bug
Component: SQS
Describe the bug
Spring Cloud AWS version: 3.2.0
I am testing a simple Spring Integration flow with SQS. In this test, we create mock SQS queues in Docker with LocalStack, send a message to one queue, let the flow send the message to the second queue, and then pick up the message from there. I am receiving an error when the test tries to retrieve the message from the second queue.
Sample
The main application is as follows:
In the test, the messages are sent to the queue as follows:
And the test includes the following listener:
In other discussions, I saw that the use of DevTools may have something to do with this, but the above application does not have DevTools as a dependency.
The text was updated successfully, but these errors were encountered: