So for the servers (primary, backup) I don't need any key=value pairs?

For Primary:
        <transportConnectors>
            <transportConnector uri="tcp://0.0.0.0:61616"/>
        </transportConnectors>

For Backup:
        <transportConnectors>
            <transportConnector uri="tcp://0.0.0.0:61617"/>
        </transportConnectors>

For both Primary & Basckup:
        <networkConnectors>
                <networkConnector uri="static:(tcp://localhost:61618?"/>
        </networkConnectors> 

For Network Server:
        <transportConnectors>
            <transportConnector uri="tcp://0.0.0.0:61618?"/>
        </transportConnectors>

For the client I would need to provide the following:
failover:(tcp://localhost:61616,tcp://localhost:61617)?randomize=false


ANY OTHER Server and/or client changes?

thanks





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Configuring-ActiveMQ-CPP-tp4686268p4686273.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to