[ 
https://issues.apache.org/jira/browse/CAMEL-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976660#action_12976660
 ] 

Claus Ibsen commented on CAMEL-3468:
------------------------------------

Christian it only makes sense to implement {{BatchConsumer}} if it makes sense 
from AWS point of view. For example it would read *a lot* of messages, and with 
the batch consumer you may want to limit that to eg X number of messages per 
time.

For example a mailbox may have 10000 mails, and you may want to limit it to 100 
mails / poll. Likewise for file consumer etc.
So if AWS has the same "issue". then implement the BatchConsumer. If not then 
its fine as is.

> New camel-aws component
> -----------------------
>
>                 Key: CAMEL-3468
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3468
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Tracy Snell
>            Assignee: Christian Müller
>             Fix For: 2.7.0
>
>         Attachments: CAMEL-3468.patch, patchfile.txt
>
>
> I've started a new component to interface with Amazon Web Services. This 
> first pass includes just a Simple Queue Service component. Additional 
> services will be added soon. I used the Amazon AWS SDK for Java to interface 
> with AWS. Uses Apache 2.0 as it's license.
> Let me know if I need to change things or any thoughts/suggestions and I'll 
> be glad to make the adjustments.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to