1 Reply Latest reply on Jun 12, 2008 4:36 PM by bsnyder

    problem with cluster

    nurlien

      We have created a SMX static route cluster by installing SMX on three physically separate boxes. Due to several network and security restrictions we have setup the cluster in such a way that Server A can see Server B and Servers B can see server C. The cluster works pretty well for JBI component interaction between servers that see each other, however, when we deploy a component on A that wants to use (or interact with) components deployed on C we are getting a ?no matching endpoint? error and the message never gets delivered. Our understating was that as long as one of the NMR?s in the cluster has a service that matches the requested service name, the cluster will route and deliver it to the appropriate handler.  Is our understanding incorrect? If not, do we need to specify somewhere in the configuration that an NMR could also be a pass through NMR?

        • 1. Re: problem with cluster
          bsnyder

          ServiceMix uses an ActiveMQ network of brokers to network different instances. If the network of brokers is properly configured, ActiveMQ's store-and-forward feature should deliver the message from server A to server B to server C. Please post the configuration in each ServiceMix instance's activemq.xml file so we can see the network configuration.

           

          Bruce