You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by carbon60 <ad...@sherman.ca> on 2008/03/13 18:17:44 UTC

Specifying Subnet for Multicast

If I want to use discovery only on a private subnet my systems are connected
to, how do adjust the multicast URI? I'm currently using:

    <broker brokerName="${system.hostname}"
xmlns="http://activemq.org/config/1.0" dataDirectory="${data.directory}"
            persistent="true">
        <networkConnectors>
            <networkConnector name="default-nc" uri="multicast://default"/>
        </networkConnectors>
        <transportConnectors>
            <transportConnector uri="tcp://localhost:61818?trace=true"
                                discoveryUri="multicast://default"/>
        </transportConnectors>
    </broker>

Thank you,

A.


-- 
View this message in context: http://www.nabble.com/Specifying-Subnet-for-Multicast-tp16032292s2354p16032292.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.