6 Replies Latest reply on Sep 26, 2011 1:39 AM by dhoyt

    Problem setting up a clustered ESB

    dhoyt

      Hello all,

       

          I'm trying to setup clustering of Servicemix (apache-servicemix-4.3.1-fuse-02-05 to be exact).  After doing a bit of research, it appears that a "network of brokers" is the best way to accomplish this.  I have tried to follow several tutorials online, but I can't seem to get the a consumer on myHost2 to listen on a topic that is being populated by a producer on myHost1 (I am using two very simple camel routes that are publishing and subscribing to an ActiveMQ topic).  I can telnet to each server from the other on port 61616, so I know the ports are open, but I am not seeing any communication between them. 

           

          As far as I can tell, the only file that needs to be changed is activemq-broker.xml (included below).  The only changes I made to the activemq-broker.xml file was to change brokerName (they are different for each instance), added the networkConnectors node, and changed localhost to 0.0.0.0 so it could be reached from other servers.  Is there anything else that needs to be done? Any help would be greatly appreciated.