This repository was archived by the owner on Jan 19, 2022. It is now read-only.
SqsListener support for AWS SDK 2.0 #788
Labels
component: sqs
SQS integration related issue
status: waiting-for-triage
An issue we've not yet triaged
Type:
SqsListener
support forAWS 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 testSqsListener
withAWS 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.
The text was updated successfully, but these errors were encountered: