I tried using Discovery to find my ActiveMQ broker from an NMS client. The
broker config includes:

        <transportConnectors>
            <transportConnector name="openwire" uri="tcp://localhost:61616"
discoveryUri="multicast://default"/>
            <transportConnector name="ssl" uri="ssl://localhost:61617"/>
            <transportConnector name="stomp" uri="stomp://localhost:61613"/>
            <transportConnector name="xmpp" uri="xmpp://localhost:61222"/>
        </transportConnectors>

In the pub/sub sample publisher, I setup the following:

        const string BROKER =
"discovery:(multicast://default)?initialReconnectDelay=100";

This got me an error parsing IP address error out of the Discovery Agent.
What am I doing wrong?
-- 
View this message in context: 
http://www.nabble.com/Discovery-and-NMS-tp22812691p22812691.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to