2 Replies Latest reply on Sep 10, 2008 4:12 PM by teraryan

    ESB auto-cluster

    teraryan

      It seems that two JBoss ESB servers will automatically turn into a cluster if they have the same esb file. This seems to be done independently of the usual JBoss clustering.

      I have two JBoss servers on the same network with the same esb file and I DON'T want them to cluster. That's because they are for different environments, eg. one is for integration testing and one is for user acceptance testing.

      How can I prevent them from clustering together?

        • 1. Re: ESB auto-cluster
          beve

          Hi,

          Are the instances sharing a registry or do they both have their own?
          You can configure the data source for juddi by editing jbossesb.sar/juddi-ds.xml so that the two environments don't use the same registry database.

          Regards,

          /Daniel

          • 2. Re: ESB auto-cluster
            teraryan

            Yeah, I came to that conclusion too, after a couple of days of searching. I wish I asked the boards earlier. ;-) I'm having other database problems now though so I can't definitively say if this was the problem.