Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

SqsListener support for AWS SDK 2.0 #788

Open
SunithaR opened this issue Sep 20, 2021 · 1 comment
Open

SqsListener support for AWS SDK 2.0 #788

SunithaR opened this issue Sep 20, 2021 · 1 comment
Labels
component: sqs SQS integration related issue status: waiting-for-triage An issue we've not yet triaged

Comments

@SunithaR
Copy link

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.

@github-actions github-actions bot added component: sqs SQS integration related issue status: waiting-for-triage An issue we've not yet triaged labels Sep 20, 2021
@nickcaballero
Copy link

See awspring/spring-cloud-aws#20.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: sqs SQS integration related issue status: waiting-for-triage An issue we've not yet triaged
Development

No branches or pull requests

2 participants