smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
AWS SQS add support for deleting and sending messages in batch mode
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