You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using latest version (2.0.0).
I have messages in my queue and payloads in S3 but it fail to read "messages attributes". It request "attributes".
And without "message attributes", it's like my payload is not in S3.
Code to change :
com/amazon/sqs/javamessaging/AmazonSQSExtendedClient.java:325 receiveMessageRequestBuilder.attributeNamesWithStrings(messageAttributeNames);
Thanks
The text was updated successfully, but these errors were encountered:
will421
changed the title
Not working, wrong attributes read
Wrong attributes requested from messages
Oct 7, 2021
I'm using latest version (2.0.0).
I have messages in my queue and payloads in S3 but it fail to read "messages attributes". It request "attributes".
And without "message attributes", it's like my payload is not in S3.
Code to change :
com/amazon/sqs/javamessaging/AmazonSQSExtendedClient.java:325
receiveMessageRequestBuilder.attributeNamesWithStrings(messageAttributeNames);
Thanks
The text was updated successfully, but these errors were encountered: