On 5/16/06, skarthik <[EMAIL PROTECTED]> wrote:
Hi, Is there a way to configure our JMS client application (stanalone process) to connect to 2 activeMQ JMS servers simultaneously, using ActiveMQInitialContextFactory. The application uses JNDI properties file to lookup the connectionFactory and topics. We don't use a separate JNDI server.
Just out of interest, why do you need to talk to 2 servers? Why not connect to one of them and failover to the other one - then create a store/forward network between the brokers? http://incubator.apache.org/activemq/how-can-i-support-auto-reconnection.html -- James ------- http://radio.weblogs.com/0112098/
