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

AWS SQS add support for deleting and sending messages in batch mode #2672

Open
arturluzgin opened this issue Jul 1, 2024 · 0 comments
Open
Labels
enhancement New feature or request sqs

Comments

@arturluzgin
Copy link

For now SqsDeleteAckHandler and SqsOutboundChannel process the message separately (DeleteMessageRequest, SendMessageRequest)

It's hard to work with FIFO queues they have limited capacity and it's required batch operations (DeleteMessageBatchRequest, SendMessageBatchRequest)

It would be good if the ability to delete and send messages in batch mode will be added

@ozangunalp ozangunalp added sqs enhancement New feature or request labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sqs
Projects
None yet
Development

No branches or pull requests

2 participants