You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 08:52:00 UTC

[jira] [Resolved] (CAMEL-7590) AWS SQS component could use AmazonBufferedAsyncClient for batch write/delete

     [ https://issues.apache.org/jira/browse/CAMEL-7590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-7590.
--------------------------------
    Resolution: Information Provided

We are using a new AWS SDK v2 now and this ticket is very old

> AWS SQS component could use AmazonBufferedAsyncClient for batch write/delete
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-7590
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7590
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>            Reporter: Andy Redhead
>            Priority: Major
>
> The AWS SDK for SQS now has an async client that includes the ability to send batches of write and delete messages, this could be really useful for increasing message throughput with SQS.
> The doco for the async client is at:
> http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/buffering.html
> For batches we would need to be able set max batch size and max buffering wait time.
> Cheers, Andy



--
This message was sent by Atlassian Jira
(v8.20.10#820010)