[rabbitmq-discuss] Amazon ELB to load balance rabbitmq?

David Wragg david at rabbitmq.com
Thu Jun 16 11:43:54 BST 2011


Joe Van Dyk <joe at tanga.com> writes:
> Anyone using Amazon's ELB
> (http://aws.amazon.com/elasticloadbalancing/) to LB rabbitmq?

It should be possible to load balance connections to a RabbitMQ cluster
using ELB's TCP connection load balancing.  But note that this approach
would only be appropriate for certain use cases, as you will have no
control over which node queues get stored on.  But for example, if you
have a pub-sub application, and all queues are auto-delete, then you
should be fine.

-- 
David Wragg
Staff Engineer, RabbitMQ
VMware, Inc.


More information about the rabbitmq-discuss mailing list