Hi there,

I'd like to connect to multiple RabbitMQ servers for high availability. I 
can't find a way to do this with Langohr. 

The Java RabbitMQ API has a way of doing this, but I can't find a way to do 
it with Langohr. 

ConnectionFactory factory = new ConnectionFactory();

Address[] addresses = {new Address("192.168.1.4"), new Address("192.168.1.5")};
factory.newConnection(addresses);

-- 
You received this message because you are subscribed to the Google Groups 
"clojure-rabbitmq" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure-rabbitmq+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to