spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

SqsListener support for AWS SDK 2.0 #788

Open SunithaR opened 2 years ago

SunithaR commented 2 years ago

Type: SqsListener support for AWS SDK 2.0

Is your feature request related to a problem? Please describe. Need to use SqsListeneer with AWS SDK 2.0 to listen to and consumer SQS messages. Currently only AWS SDK 1.x is supported by spring-cloud-aws-messaging

Describe the solution you'd like Would be good if there is a release candidate for spring-cloud-aws-messaging that is available to test SqsListener with AWS SDK 2.0

Describe alternatives you've considered using a JMS Listener with aws-sqs-java-messaging-lib. This library also does not support AWS SDK 2.0 Other alternates is to implement async threads and loop to listen to messages with AWS SDK 2.0 not very clean.

Additional context Implementing SqsListener with AWS SDK 2.0 to listen to SQS messages.

nickcaballero commented 2 years ago

See https://github.com/awspring/spring-cloud-aws/issues/20.