aspecto-io / sns-sqs-big-payload

Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.
Apache License 2.0
50 stars 17 forks source link

Feature: Adds support for sqs message attributes #52

Open ragaak opened 2 years ago

ragaak commented 2 years ago

This PR addresses the proposal which is mentioned in this open issue.

Note: messageSystemAttributes isn't supported by the AWS SQS receiveMessage method which we are using in the consumer service. So couldn't able to add it. But I think message attributes should be able to fulfill every requirement & we won't be needing messageSystemAttributes.

YanivD commented 2 years ago

@mottibec @blumamir

ragaak commented 1 year ago

Hello, any updates on this?