Re: Disable multicast discovery

2008-12-23 Thread Ben Amitai
Hey Joe, I have this new problem now: the broker don't seem to send the messages. My broker is embedded, and when I reply, the message is sent to the embedded broker, but just don't reach the wanted station. Maybe i'm doing something wrong... Joe Fernandez wrote: > > Just comment out this multi

Re: Disable multicast discovery

2008-12-22 Thread Ben Amitai
Thanks a lot everybody. I did what Joe wrote, and it works fine now. Joe Fernandez wrote: > > Just comment out this multicast network connector. > > > > Since you have a single broker configuration, you shouldn't have any > network connectors in the broker's XML cfg file. > > However, you

Re: Disable multicast discovery

2008-12-22 Thread Mark Webb
I don't have my config file in front of me, but just go through the activemq.xml file and remove the discovery portions. That is what I did and all is well for me now. On Mon, Dec 22, 2008 at 1:09 PM, Ben Amitai wrote: > > > > Ben Amitai wrote: >> >> Hello, >> My application has one and only b

RE: Disable multicast discovery

2008-12-22 Thread Powers, Matthew
Why don't you just hard code the url of the broker and not use discovery all together? -Original Message- From: Ben Amitai [mailto:saba...@gmail.com] Sent: 2008-12-22 1:05 PM To: users@activemq.apache.org Subject: Disable multicast discovery Hello, My application has one and only broker

Re: Disable multicast discovery

2008-12-22 Thread Joe Fernandez
Just comment out this multicast network connector. Since you have a single broker configuration, you shouldn't have any network connectors in the broker's XML cfg file. However, you will need a transport connector to allow clients to connect to your broker. If you intend to have clients auto

Re: Disable multicast discovery

2008-12-22 Thread Ben Amitai
Ben Amitai wrote: > > Hello, > My application has one and only broker. I don't need the broker to > discover other brokers. > Is there a way to disable the discoverying entirly? > > Thanks > Udi > I forgot to mention that I don't have any discover properties, but I can see a thread of discov