1 Reply Latest reply on Oct 26, 2009 12:44 PM by gseben

    How to config multi message broker ?

    polarchen

      Hi All,

         I try to use 6 servers with 6 messages brokers to connect them together.But I find one problem. When I send the topic messages to one of the brokers and use three consumers to receive the messages from the different servers, each consumer receive the multiple number of messages(not the same). It's strange.

         Does anyone have the same situation ?

       

       

         Note: I can let 4 servers to connect together and work well.

                  The below message is one part of my configuration file.

       

       

        • 1. Re: How to config multi message broker ?
          gseben

          Hi,

           

          Are all the config files the same? What is the delivery and ack mode for these messages?

          My guess is that the duplicate messages on the consumers are due to re-deliveries. For the 6 brokers could you try a config such as:

          <networkConnector uri="static://(tcp://192.168.1.10:61616)"
          networkTTL="6"
          duplex="false"
          name="fuse1"
          dynamicOnly="false"
          conduitSubscriptions="true"
          decreaseNetworkConsumerPriority="true">
          </networkConnector>
          

           

          -Gio