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

SQS Extended Client Lib not compatible with Core SDK 1.11.xx #14

Closed mykevinjung closed 7 years ago

mykevinjung commented 8 years ago

We are using SQS Extended Client Lib. Based on a recent announcement on IAM Roles for Tasks we are going to upgrade AWS SDK to the latest 1.11 version. But AmazonSQS interface in the latest SDK has changed, e.g. setQueueAttributes returns SetQueueAttributesResult instead of void while this lib is implementing the old AmazonSQS interface. So we are not able to use amazon-sqs-java-extended-client-lib 1.0 with Core SDK 1.11.xx.

This is blocking the upgrade to the latest AWS Java SDK.

hearnden commented 8 years ago

Looks like this repo has gone quiet: no activity in over a year.

If you're interested, this PR has a fix: https://github.com/awslabs/amazon-sqs-java-extended-client-lib/pull/11

mykevinjung commented 8 years ago

@hearnden right. As I couldn't wait for new jar, I pulled down the source code of PR #11 and used the code itself instead of extended lib.

facos86 commented 7 years ago

+1

dkador commented 7 years ago

It looks like a new commit has gone in to make this possible. Can we get an update pushed to maven?

kuba-aws commented 7 years ago

Version 1.0.1 has been pushed and released to Maven.