Wanted to know what the required activemq.xml configuration is for ActiveMQ-CPP. We have a Primary (localhost:61617), Backup (localhost:61617) and another Network server (localhost:61618) that both primary and backup will connect.
For Primary: <transportConnectors> <transportConnector uri="tcp://0.0.0.0:61616?<key>=<value>"/> </transportConnectors> For Backup: <transportConnectors> <transportConnector uri="tcp://0.0.0.0:61617?<key>=<value>"/> </transportConnectors> For both Primary & Basckup: <networkConnectors> <networkConnector uri="static:(tcp://localhost:61618?<key>=<value>"/> </networkConnectors> For Network Server: <transportConnectors> <transportConnector uri="tcp://0.0.0.0:61618?<key>=<value>"/> </transportConnectors> What should the <key>=<value> pairs for each of these specific to ActiveMQ CMS/CPP. thanks!!! -- View this message in context: http://activemq.2283324.n4.nabble.com/Configuring-ActiveMQ-CPP-tp4686268.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.