[rabbitmq-discuss] question : how to speed up the worker ?
bino oetomo
bino at indoakses-online.com
Wed May 16 10:01:59 BST 2012
Dear All
c/q Alvaro
On 05/16/2012 03:56 PM, Alvaro Videla wrote:
> Hi,
>
> On Wed, May 16, 2012 at 10:50 AM, bino oetomo<bino at indoakses-online.com>wrote:
>> Is there any potential that a single msg is consumed by multiple worker ?
>
> Quick answer: No. If RabbitMQ sends a message to worker A then it won't be
> sent to worker B, unless…
>
> The message goes back to the queue, due to a basic reject for example, or a
> consumer that crashed and didn't ack the message.
>
> So basically message X from queue Y won't be at the same time in two
> consumers. Please somebody correct me if I'm wrong.
>
Ah .. great to know this.
The HTTP always have delay ... and it will slowing down my entire process.
Here is where paralel worker will come to help.
I really appreciate your enlightment.
Sincerely
-bino-
More information about the rabbitmq-discuss
mailing list