All, I have JBoss+activeMQ running in an integrated mode. Originally the plan was to have a single instance of JBoss running. now we plan to run this in a clustered environment.
As per http://docs.jboss.org/jbossclustering/cluster_guide/5.1/html-single/#deployment.chapt I am going ahead with the 'Farming Deployment' With this design there will be multiple instance of Jboss (integrated with activeMQ) all sharing a common database. As per the JBoss documentation - 'Farming Deployment' by default ensures that each node is aware of the other nodes. Does this mean - each of the activeMQ (within the JBoss) must know of each other as well? http://activemq.apache.org/clustering.html I read the above link but that doesn't seem to explain the design I am planning to go-ahead with. Since the activeMQ brokers are going to share the database - isn't it necessary for them to be aware of each other? if yes how to do this? regards D -- View this message in context: http://activemq.2283324.n4.nabble.com/activeMQ-clustering-integrated-with-JBoss-tp4668358.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.