[rabbitmq-discuss] More throughput using cluster

Nikola Savic niks at osic.rs
Sun May 19 15:11:17 BST 2013


Consumers are not restarting ... producers are. Every page request is 
new execution of PHP script, which must open new connection when trying 
to send first message, and close it when it finishes.

On 05/19/2013 04:08 PM, Michael Klishin wrote:
>
> 2013/5/19 Nikola Savic <niks at osic.rs <mailto:niks at osic.rs>>
>
>     Yes ... it's the same app which postpones execution of some
>     actions using MQ.
>
>
> Then cluster won't solve your problem because the issue is not node 
> delivery rate.
>
> You need to avoid constant restarts and reconnections for your 
> consumers or simply
> increase their number and/or throughput.
> -- 
> MK
>
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130519/b34f68d7/attachment.htm>


More information about the rabbitmq-discuss mailing list