You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andy Redhead (JIRA)" <ji...@apache.org> on 2014/07/10 15:04:04 UTC

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

Andy Redhead created CAMEL-7590:
-----------------------------------

             Summary: 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


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
(v6.2#6252)