<div dir="ltr">Tim,<div><br></div><div>Thank you for your reply. In regard to your comments:<br><br>The intent is to abstract all production and consumption operations via the VIP (which itself is mapped to a pool which contains all of our RabbitMQ nodes) so that there is a single configured endpoint. With regard to load balancing, it will load balance across the nodes so that if (for example) 10 producer instances opened up 10 channels to the VIP, 5 would have one node as an endpoint and 5 would have the other (assuming a 2 node cluster and round-robin configuration).</div>
<div><br></div><div>I understand that any timeout settings would have to be tuned for the application, but I was looking for some high level general guidelines (e.g. &quot;in situation x, consider y and z&quot;). We&#39;ve ensured that our timeout is greater than the heartbeat interval.</div>
<div><br></div><div>Regards,</div><div><br></div><div>Richard<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 15, 2013 at 3:46 AM, Tim Watson <span dir="ltr">&lt;<a href="mailto:tim@rabbitmq.com" target="_blank">tim@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Richard,<br>
<div class="im"><br>
On 11 Mar 2013, at 20:55, Richard Raseley wrote:<br>
&gt; Is anyone able to share some &quot;best practices&quot; as it relates to using a F5 load balancer to distribute load between nodes of a RabbitMQ cluster?<br>
&gt;<br>
<br>
</div>Can you explain a bit more clearly what you&#39;re trying to achieve please? Using a load balancer to maintain connectivity to a cluster is recommended and quite common, but that isn&#39;t going to &#39;distribute load between nodes&#39; per se. Are you trying to distribute the load of publishing over multiple nodes, or consuming, or what? There are various things to consider depending on your goals.<br>

<div class="im"><br>
&gt; I am most interested in the persistence and timeout settings which we should be using in conjunction with RabbitMQ.<br>
&gt;<br>
<br>
</div>There cannot be any specific settings that will work for all deployments - this will be application specific I would&#39;ve thought. The only advice that springs to mind is if you are setting AMQP heartbeats on your connections, then make sure the proxy timeout is aligned with (i.e., greater than) these to avoid disturbing connections unnecessarily - but that&#39;s pretty obvious.<br>

<br>
Cheers,<br>
Tim<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div></div></div>