Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong attributes requested from messages #65

Closed
will421 opened this issue Oct 7, 2021 · 2 comments
Closed

Wrong attributes requested from messages #65

will421 opened this issue Oct 7, 2021 · 2 comments

Comments

@will421
Copy link

will421 commented 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

@will421 will421 changed the title Not working, wrong attributes read Wrong attributes requested from messages Oct 7, 2021
@adam-aws
Copy link
Contributor

adam-aws commented Oct 7, 2021

Yes, missed that, pushing a fix soon

@will421
Copy link
Author

will421 commented Oct 8, 2021

Thanks

@will421 will421 closed this as completed Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants