yes they do. <broker brokerName="ActiveMQ_On_Comfsd001" xmlns="http://activemq.org/config/1.0"> <broker brokerName="ActiveMQ_On_MITACP52257" xmlns="http://activemq.org/config/1.0"> <broker brokerName="ActiveMQ_On_dyndns" xmlns="http://activemq.org/config/1.0">
rajdavies wrote: > > does every broker have a different broker name? > > On Nov 23, 2007, at 7:57 PM, Koka wrote: > >> >> Hi All, >> >> I'm trying to set up a static network of brokers. my config xml >> looks like >> this: >> >> <beans> >> <!-- Allows us to use system properties as variables in this >> configuration >> file --> >> <bean >> class="org.springframework.beans.factory.config.PropertyPlaceholderCon >> figurer"/> >> >> <broker brokerName="ActiveMQ_On_Comfsd001" >> xmlns="http://activemq.org/config/1.0"> >> >> <managementContext> >> <managementContext connectorPort="1199" >> jmxDomainName="org.apache.activemq"/> >> </managementContext> >> >> <!-- The transport connectors ActiveMQ will listen to --> >> <transportConnectors> >> <transportConnector name="TC_comfsd001" uri="tcp://comfsd001:61616" >> discoveryUri="multicast://default" /> >> </transportConnectors> >> >> <!-- The store and forward broker networks --> >> <networkConnectors> >> <networkConnector name="host1 and host2" >> uri="static://(tcp://mitacp52257:61616,tcp://mfriedman.dyndns.biz: >> 61616)"/> >> </networkConnectors> >> </broker> >> </xbeans> >> >> When I start ActiveMQ, i get something like: >> >> WARN NetworkConnector - Could not start network bridge >> between: vm:?network=true and: tcp://mitacp52257:61616 due to: >> java.net.ConnectException: Connection refused >> INFO NetworkConnector - Establishing network connection >> between from vm:?network=true to tcp://mfriedman.dyndns.biz:61616 >> INFO TransportConnector - Connector vm://null Stopped >> INFO NetworkConnector - Establishing network connection >> between from vm:?network=true to tcp://mitacp52257:61616 >> INFO BrokerService - ActiveMQ 4.1.1 JMS Message >> Broker >> (null) is starting >> INFO BrokerService - For help or more information >> please >> see: http://incubator.apache.org/activemq/ >> INFO faultPersistenceAdapterFactory - Journal is locked... waiting 10 >> seconds for the journal to be unlocked. >> WARN ManagementContext - Failed to start jmx >> connector: Cannot >> bind to URL [rmi://localhost:1099/jmxrmi]: >> javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is >> java.rmi.AlreadyBoundException: jmxrmi] >> >> What am I doing wrong? >> -- >> View this message in context: http://www.nabble.com/Static-Network- >> of-brokers-tf4863557s2354.html#a13918077 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Static-Network-of-brokers-tf4863557s2354.html#a13948774 Sent from the ActiveMQ - User mailing list archive at Nabble.com.