Hi,
I am currently setting up Service Bus 1.1 on Windows Server 2012, with 3 nodes, using Azure VM instances. I have installed Workflow Manager Refresh 1.1 as well.
I am not using any domain accounts for this. I don't have problems with a single node instance, however, when it 3 nodes, it doesn't work as expected.
This is my sb client configuration :
Endpoint=sb://lohp-2-wfm1/ServiceBusDefaultNamespace,sb://lohp-2-wfm3/ServiceBusDefaultNamespace,sb://lohp-2-wfm2/ServiceBusDefaultNamespace;StsEndpoint=https://lohp-2-wfm1:9355/ServiceBusDefaultNamespace,https://lohp-2-wfm3:9355/ServiceBusDefaultNamespace,https://lohp-2-wfm2:9355/ServiceBusDefaultNamespace;RuntimePort=9354;ManagementPort=9355
All this 3 nodes are in the same cloud service.
Using this configuration, if 1 node is down, the workflow isn't able to publish or run.
Is there something wrong with my SB configuration esp. the endpoints? I have tried setting the farm-dns to point to the cloud service DNS as well, it doesn't work.