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

Supporting sqs temporary queues #77

Open DaniShMyGit opened 2 years ago

DaniShMyGit commented 2 years ago

Hi, I created AmazonSQSRequester based on this guide and I want to wrap the generated AmazonSqs with AmazonSQSExtendedClient. The issue is that AmazonSQSExtendedClient doesn't contains the function sendMessageAndGetResponse. What is the alternative?