awslabs/amazon-sqs-java-extended-client-lib

Wrong attributes requested from messages

Closed this issue · 2 comments

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

Yes, missed that, pushing a fix soon

Thanks