This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Batch Message capability within SQS Producer #29
samarthmaniar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are planning to use this library for our use case similar to yours at Aspecto but we currently use
SQS.sendMessageBatch
function to send a batch of messages and I was wondering it would be nice to implement the same functionality withinSQS Producer
in this library so we can send messages in batches and with less HTTP network calls/connections.amazon-sqs-java-extended-client
alredy supports this functionality - https://github.com/awslabs/amazon-sqs-java-extended-client-lib/blob/master/src/main/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClient.java#L759Let me know what do you think about this idea?
Beta Was this translation helpful? Give feedback.
All reactions