I am using activemq4.1.1 and weblogic 9.2. I integrated activemq into the war of my application. It is running fine in a standalone application. And I tried to deploy in a clustered env (2 servers)and configure the activemq to use JDBC Master/Slave (they both use same JDBC datasource). I expected the apps to run as follows:
- Both applications run in parallel - one bundled activemq server runs as mater and aother runs as slave. But turned out, the first application ran through and the bundled activemq server ran as Master. The second activemq server was waiting to acquire database lock to become master. It is expected. BUT it blocked the sec application from running. The server never reachec running mode, until I kill the other app and let the activemq server became master. Anyone has experienced this? What is the best practise to solve it? Thanks, -Wallace Wong -- View this message in context: http://www.nabble.com/Master-Slave-on-Weblogic-tf3904036s2354.html#a11068583 Sent from the ActiveMQ - User mailing list archive at Nabble.com.