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
213 stars 109 forks source link

SNS equivalent? #20

Closed sql4bucks closed 4 years ago

sql4bucks commented 7 years ago

Is there an equivalent library that would handle large messages to SNS in the same way? Any plans?

JacobJohansen commented 6 years ago

@sql4bucks for extended sns https://github.com/VirginPulsePublic/amazon-sns-java-extended-client-lib

james-bowen-au commented 5 years ago

I'll second this. It would be useful to have something like this to send large payloads to a topic - a lot of our use cases for extended SQS revolve around a queue being one of many subscribers to a topic.

adam-aws commented 4 years ago

Hi, SNS team recently released the Amazon SNS Extended Client Library for Java https://github.com/awslabs/amazon-sns-java-extended-client-lib which handles messages that are greater than the current SNS limit of 256 KB, up to a maximum of 2 GB.

Will close this issue.