We have a 3 node, on premise, service bus 1.0 cluster and need to load balance client requests across the 3 gateway services.
I understand the gateway service will load balance requests across the cluster, but don't want all requests going through the 1 gateway service.
We have set up a hardware load balanced VIP for the 3 gateway services, but when I use SB explorer to connect to the cluster, it connects ok but trying to view a queue I get the following exception.
Exception: Method not found: 'Microsoft.ServiceBus.Messaging.MessageCountDetails Microsoft.ServiceBus.Messaging.QueueDescription.get_MessageCountDetails()'.
I know running Get-SBClientConfiguration gives me a connection string with all 3 servers in, but as I will be connecting to the cluster using a WCF client, I'm not sure if this is supported ?
Can anyone help ?