if i'm running a cluster of brokers in discovery multicast mode, i have the following on the broker config:
<transportConnector uri="tcp://my.machine.com:0" discoveryUri="multicast://foo"/> and my network connector is: <networkConnector uri="multicast://foo"> that "foo" sets up the name of the cluster, right? how do clients connect to that? do they need advanced knowledge of the port that the broker binds to? so let's say i've got a remote client trying to connect, what would the client connection look like, so that the client can connect to anyone of the brokers in that "foo" cluster? thanks
