4 Replies Latest reply on Mar 5, 2008 9:33 AM by navjeetc

    Bridge problems across two clusters

    navjeetc

      Using WinXP, JBoss 4.2.1.GA and JBM 1.3.0.GA

      I have two clusters (Clust1 and Clust2). Each cluster has two nodes (node1 and node2). I have a setup two bridges, one (Bridge1) to send messages from Clust1 to Clust2 and another (Bridge2) to send messages from Clust2 to Clust1.

      I startup Jboss instances on both nodes (node1 and node2) in Clust1. Then I start start Jboss instances on both nodes (node1 and node2) in Clust2. Now messages sent to Bridge2 from Clust2 are received on nodes in Clust1, but messages sent to Bridge1 from Clust1 are not received on nodes in Clust2. Once i restart JBoss instances on Clust1, the bridge Bridge1 starts to work.
      Is this related to bug http://jira.jboss.org/jira/browse/JBMESSAGING-999 or my setup may not be ok?

      Also do I need the configure the target JMS provider in both the bridges to specify both the nodes in target cluster or JBM clustering will take care of it, in case either node in target cluster is down.

      -Navjeet