I'm not sure how to know if multicast works or not. If I ping 224.0.0.1, I get responses multiple "multicast peers". Is that enough to verify? Is there some other way to verify multicasting?
I see no INFO messages in the broker consoles (>&file) indicating connections with other brokers. Thanks. -Jon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Wednesday, January 17, 2007 1:11 PM To: activemq-users@geronimo.apache.org Subject: Re: network of brokers Does multicast work on your network? When the brokers connect to each other you will see INFO messages on the broker consoles saying that they have established connections to each other. On 1/17/07, Fausey,Jonathan <[EMAIL PROTECTED]> wrote: > I'm running two brokers on different hosts. Each has the following > (out of the box) entries in the broker section of conf/activemq.xml, > but they don't seem to have discovered eachother: > > <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"/> > </transportConnectors> > > <networkConnectors> > <!-- by default just auto discover the other brokers --> > <networkConnector name="default-nc" uri="multicast://default"/> > </networkConnectors> > > I confirmed that IPV6 is disabled on both hosts. Am I missing > something in the broker config? How can one tell when brokers have > discovered eachother? > > Thanks. > > -Jon > > > -- Regards, Hiram Blog: http://hiramchirino.com