Re: Network of brokers + multicast discovery, programmatically

2007-12-17 Thread Mathieu Guillaume
That looks much more simple! I do have one problem remaining with that setup though : my messages seem to be discarded by the listener because of a TTL=1, and I didn't find anyplace to change it. My test config is a sender on a host and a listener on another host. The message I get on the listener

Network of brokers + multicast discovery, programmatically

2007-12-13 Thread Mathieu Guillaume
I'm trying to set up multiple clients, each one with its own embedded broker to which it talks in-VM, and to have all the brokers connected in a network through multicast discovery. I need to do this programmatically (so no xml configuration). I'm testing this with just two nodes so far, but the