-
-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
component: sqsSQS integration related issueSQS integration related issuetype: featureIntegration with a new AWS service or bigger change in existing integrationIntegration with a new AWS service or bigger change in existing integration
Milestone
Description
Integration with SQS must be migrated to AWS SDK v2. This is not meant to be a direct migration, but rather re-thinking how the current one is done. Things to consider:
- must implement Spring Messaging interfaces
- must support both regular queues and FIFO queues
- improve concurrency (Better SQS concurrent message handling #23)
- think how to extends message visibility when processing FIFO messages ([SQS] Exceeding/Changing visibility timeout may lead to messages being processed twice in FIFO queues #196)
- auto extend visibility timeout ([SQS] Auto extend visibility timeout for long tasks spring-attic/spring-cloud-aws#635)
- support different concurrency configuration per listener
Think about all issues listed under:
clemstoquart, Yordanyspd and otbe
Metadata
Metadata
Assignees
Labels
component: sqsSQS integration related issueSQS integration related issuetype: featureIntegration with a new AWS service or bigger change in existing integrationIntegration with a new AWS service or bigger change in existing integration