[
https://issues.apache.org/jira/browse/CAMEL-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017337#comment-14017337
]
ASF GitHub Bot commented on CAMEL-7422:
---------------------------------------
GitHub user neoramon opened a pull request:
https://github.com/apache/camel/pull/168
CAMEL-7422 camel-rabbit - Consumer tuning: thread count, prefetch
With Prefetch we can set number of messages to be consumed from a rabbit
queue.
It's about issue: https://issues.apache.org/jira/browse/CAMEL-7422
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/neoramon/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/168.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 #168
----
commit 51e8679227b82b97d2a4691145d4ba7e7412bda3
Author: neoramon <[email protected]>
Date: 2014-06-04T02:55:20Z
CAMEL-7422 RabbitMQ component improvement
CAMEL-7422
camel-rabbit - Consumer tuning: thread count, prefetch
commit 20c5e576a903161b149eca0cd8804883f7385b5f
Author: neoramon <[email protected]>
Date: 2014-06-04T03:01:23Z
Merge branch 'master' of https://github.com/neoramon/camel
----
> camel-rabbit - Consumer tuning: thread count, prefetch
> ------------------------------------------------------
>
> Key: CAMEL-7422
> URL: https://issues.apache.org/jira/browse/CAMEL-7422
> Project: Camel
> Issue Type: Improvement
> Components: camel-rabbitmq
> Affects Versions: 2.13.0
> Reporter: Gérald Quintana
> Priority: Minor
>
> Add RabbitMQ consumer options:
> - consumerCount : number of concurrent threads/channels used to consume
> messages
> - prefetchSize : amount of content (in octets) the broker will deliver
> - prefetchCount : number of messages the broker will deliver
> http://www.rabbitmq.com/javadoc/com/rabbitmq/client/Channel.html#basicQos%28int,%20int,%20boolean%29
--
This message was sent by Atlassian JIRA
(v6.2#6252)