It's pretty ugly having to set different jboss.messaging.ServerPeerIDs for the various nodes in the cluster. Instead why can't we use the jboss.bind.address? Or at least default to jboss.bind.address..
Don't know if that's legal, but bomething like:
${jboss.messaging.ServerPeerID:jboss.bind.address}
Is there a specific reason to not do that?
Cheers