-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SQS->SendMessageBatchRequest is losing messageAttributes #220
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
Comments
Yes, I ran into this too and reported it under #39. The issue got closed out I believe by accident... |
JonathanHenson
added a commit
that referenced
this issue
Jul 14, 2016
OK, I just updated the generator and pushed out the changes. Feel free to reopen if issues persist. |
Perfect! The SendMessageBatchRequest is now working. Thank you! |
JonathanHenson
pushed a commit
that referenced
this issue
Nov 9, 2017
Added new service AWSPricing into SDK.
cobookman
pushed a commit
to cobookman/aws-sdk-cpp
that referenced
this issue
Jan 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When sending sqs messages using SendMessageBatch with MessageAttributes attached, these MessageAttributes are lost and cannot be received from ReceiveMessage.
This behavior only happens on SendMessageBatch (the SendMessage method is fine).
There is a test case showing this behavior (SendMessageBatch:NOK; SendMessage:OK) on https://github.com/ggallego/aws-sdk-cpp-sqs-messages-with-message-attributes-test.
The text was updated successfully, but these errors were encountered: