Re: Multicast Discovery not working

2009-01-20 Thread BigPic
I opened JIRA issue http://issues.apache.org/activemq/browse/AMQ-2080 AMQ-2080 per your request for #3. I did NOT open one for #2 because it's not clear to me how that should work. I mean, it's not clear to me what's going on, because there is a significant delay between the time the discover

Re: Multicast Discovery not working

2009-01-16 Thread Gary Tully
can you raise a jira issue[1] for #3 and possibly #2 as the initiator of the discovery should wait for it to start imho. [1] http://activemq.apache.org/contributing.html#Contributing-Ifyoufindabugorproblem 2009/1/15 BigPic : > > > BigPic wrote: >> >> I'm using ActiveMQ 5.2.0 but I can't get clie

Re: Multicast Discovery not working

2009-01-15 Thread BigPic
BigPic wrote: > > I'm using ActiveMQ 5.2.0 but I can't get clients to discover the broker. > My goal is to run a single broker with multiple clients all > auto-discovering it. > > I have the broker config: > > > uri="tcp://localhost:61616" > discoveryUri="multicast:

Re: Multicast Discovery not working

2009-01-10 Thread Gary Tully
check out the tests for this feature to see a url paring that works, they use a slightly more low level internal api but should provide what you need. I notice that there are no brackets used in the client side brokerUrl, see: http://activemq.apache.org/maven/5.2.0/activemq-core/testapidocs/src-ht

Re: Multicast Discovery not working

2009-01-07 Thread BigPic
Note, I can't get rendezvous to work either. String brokerUrl = "discovery:(rendezvous://test)?maxReconnectAttempts=2"; ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(brokerUrl); However in this case I can at least see (usi