I understand that we can specify multiple endpoints (nodes) in our connection strings when connecting to our Window Server Service Bus Farm and I thought that when sending messages, it would select an appropriate and available node from the farm.
However, we always use WCF with the NetMessagingBinding to both write and read our queues and topics so we always have to specify a specific hostname in the serviceUri.
The question really is how can we construct WCF friendly Uris which read and write to the Service Bus 'Farm' rather than specific nodes within it?