How can can I setup Network of Brokers using Multicast Discovery? If I have the below config for "broker1", how does the config for "broker2" look?
<beans xmlns="http://activemq.org/config/1.0"> <broker brokerName="broker1" persistent="true" useJmx="false"> <transportConnectors> <transportConnector uri="tcp://localhost:60001" discoveryUri="multicast://default"/> </transportConnectors> <networkConnectors> <networkConnector uri="multicast://default"/> </networkConnectors> <persistenceAdapter> <memoryPersistenceAdapter/> </persistenceAdapter> </broker> </beans> Thanks! -- View this message in context: http://www.nabble.com/Network-of-Brokers-using-Multicast-Discovery-t1388256.html#a3729875 Sent from the ActiveMQ - User forum at Nabble.com.
