amazon-sqs-java-extended-client-lib icon indicating copy to clipboard operation
amazon-sqs-java-extended-client-lib copied to clipboard

Doesn't work with large batches

Open mheffner opened this issue 7 years ago • 1 comments

Messages are looked at individually as to whether they exceed the maximum, but a SendMessageBatchRequest might exceed 256kb in aggregate even if none of the individual messages do. It is somewhat confusing given this library appears to support batching.

mheffner avatar Nov 09 '17 22:11 mheffner

This just bit me as well. I'd love any solution that minimized calls to SQS / S3 endpoints.

(The logic under question is here.)

PumpMagic avatar Jun 25 '18 22:06 PumpMagic