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

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Apache License 2.0
209 stars 109 forks source link

Closes #68 #69

Closed shotmk closed 2 years ago

shotmk commented 2 years ago

Make sure we send updated SendMessageBatchRequest entries when message payload is transferred through s3.

Issue #68

Description of changes: Fixes the issue when messages are sent raw even though payload was uploaded to s3. Need to send reference to s3 bucket instead of the actual message in this case.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.