Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable receiving messages from different message groups in the same Batch for FIFO queues #1192

Merged
merged 2 commits into from
Aug 17, 2024

Conversation

tomazfernandes
Copy link
Contributor

Fixes #1041

Alexis SEGURA and others added 2 commits August 17, 2024 14:37
Issue-1041: Improve documentation and rename batchGroupingStrategy property to fifoBatchGroupingStrategy

Issue-1041: Remove useless configuration in SqsEndpoint again..

Issue-1041: Remove useless configuration in SqsEndpoint

Issue-1041: Fix parent pom module remove for testing purpose and doc

Issue-1041: Fix PR reviews, rename messageGrouping by batchGroupingStrategy

Rename messageGrouping by batchGroupingStrategy and add an enum as suggested for better extensibility. Remove the message grouping option from SQSListener annotation

Issue-1041: Enable receiving messages from different message groups in the same Batch for FIFO queues

Added a new SqsContainerOptions option : messageGrouping. True by default.
@github-actions github-actions bot added component: sqs SQS integration related issue type: documentation Documentation or Samples related issue labels Aug 17, 2024
@tomazfernandes tomazfernandes merged commit 52d2be4 into awspring:main Aug 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue type: documentation Documentation or Samples related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable receiving messages from different message groups in the same Batch for FIFO queues
1 participant