smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

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

Open arturluzgin opened this issue 7 months ago • 0 comments

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

arturluzgin avatar Jul 01 '24 12:07 arturluzgin