Wrong attributes requested from messages
Closed this issue · 2 comments
will421 commented
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
adam-aws commented
Yes, missed that, pushing a fix soon
will421 commented
Thanks