[rabbitmq-discuss] How can I connect in a cluster using Java library

Lucas Souza lucasas at gmail.com
Thu Mar 17 15:52:40 GMT 2011


I'll look that...

Do you recommend that I use a HAProxy in front my Rabbits? Or Can I do
this:

ConnectionFactory factory = new ConnectionFactory();
Address[] addresses = {new Address("localhost", 12345), new
Address("localhost", 12346)};
factory.newConnection(addresses);

Thanks :D

On 17 mar, 12:37, Matthew Sackman <matt... at rabbitmq.com> wrote:
> On Thu, Mar 17, 2011 at 08:34:30AM -0700, Lucas Souza wrote:
> > Do you know some interesting mechanism?
>
> Many. Pacemaker and DRBD is one option. Otherwise things like ENBD might
> be worth a look, otherwise SANs or NASs should be ok.
>
> Matthew
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttps://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list