Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes awslabs#25: Only add message attribute name if not already there
If someone re-uses the ReceiveMessageRequest object for multiple calls to AmazonSQSExtendedClient, the latter will add the RESERVED_ATTRIBUTE_NAME String as a message attribute name every time. This can cause 413 / Request Entity Too Large errors from AWS SQS over time.
- Loading branch information