GitHub user haku opened a pull request:

    https://github.com/apache/camel/pull/536

    Enable multiple consumer support for SQS endpoints.

    AWS SQS has a maximum throughput per consuming thread as at most 10 msgs 
can be fetched per poll.
    To consume messages faster than this in the same app requites multiple 
polling threads.
    So far as I can tell to make this work in Camel its just a case of adding 
`MultipleConsumersSupport` to `SqsEndpoint`.
    Please let me know if I have missed something that means this will break 
things.
    Thanks!
    
    p.s. I noticed that some other classes that implement 
`MultipleConsumersSupport` have  `@ManagedAttribute` on 
`isMultipleConsumersSupported()`, but I am not sure if this is required in all 
cases.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haku/camel sqs_multi

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/536.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #536
    
----
commit 2b1d9a739f63c885d964c9a70d964bbb77979f88
Author: haku <g...@haku.me>
Date:   2015-06-01T08:36:56Z

    Enable multiple consumer support for SQS endpoints.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to