Hi Adrian, Following your advice I specified a different name for every broker and the broker network started without any error in both cases, using either a multicast (default) or a static network connector.
Here - just for the case somebody else has the same problem - the changes I made to the configuration files: Every broker gets its own name (I started 6 brokers): <broker brokerName="broker1" useJmx="true"> <broker brokerName="broker2" useJmx="true"> ... <broker brokerName="broker6" useJmx="true"> When trying the static network connector I also changed the following (same for all brokers): <!-- <networkConnector name="default" uri="multicast://default"/> --> <networkConnector name="ActiveMQ cluster - static network connector" uri="static://(tcp://tkdsa003:61616,tcp://tkdsa004:61616,tcp://ykdjms5:61616,tcp://ykdjms6:61616,tcp://ykdjms7:61616,tcp://ykdjms8:61616)" failover="true"/> Thank you very much for your help, best wishes, Dietrich Adrian Co wrote: > > Hi, > > Could you try setting different broker name for each broker? > > Regards, > Adrian Co > -- View this message in context: http://www.nabble.com/Error+when+starting+a+network+of+brokers-t1634422.html#a4500456 Sent from the ActiveMQ - User forum at Nabble.com.
