You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by haku <gi...@git.apache.org> on 2015/06/01 10:43:21 UTC

[GitHub] camel pull request: Enable multiple consumer support for SQS endpo...

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 <gi...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request: Enable multiple consumer support for SQS endpo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---