📣 Send us your press release
Site updates every 15 minutes
Technology

Amazon adds automatic request batching to SDK tool

Amazon Web Services (AWS) has released a new automatic request batching feature for the AWS SDK for Java 2.x. The new functionality aims to optimize performance and cost for Amazon SQS services.

27 July 2026
Amazon adds automatic request batching to SDK tool

Amazon Web Services (AWS) has introduced a new feature for its Amazon Simple Queue Service (SQS) within the AWS SDK for Java version 2.x. The Automatic Request Batching capability allows for up to ten requests to be aggregated client-side before being sent as a single batch to SQS.

The feature is designed to enhance both performance and reduce operational costs by minimizing the number of individual requests sent. It also supports message polling by batching these actions, further boosting throughput and efficiency.

To utilize this new functionality, developers will need version 2.28.0 or later of the AWS SDK for Java 2.x and must include a specific dependency in their Maven project. A batch manager can be instantiated via the SqsAsyncClient, which oversees the aggregation of requests, with custom configurations available through the SqsAsyncBatchManager.Builder class.

AWS continually seeks to improve its cloud services to meet developer needs. Such optimizations are crucial for scalable applications leveraging SQS for message queuing.

Original source: aws.amazon.com