Hello,
I am working on building new azure cloud service that allows about 50 sites in the US to connect form on-premise service application. I chose Service Bus Relay because of outbound connection ease from the individual sites and the two-way communications functionality. I have the service bus relay working and currently hosted within a worker role. I can connected multiple premise clients without a problem. I also have another worker role that needs to send messages to a specific site, but I am stuck on how to send a message to a specific client from one of the 50 sites. It seems that it would make sense to get to each connection from the worker role running as the relay host, but I am not sure if that is supported.
Communications need to be near real time so TCP is used wherever possible. Any help would be much appreciated. BTW, each site dose not need to see traffic from other sites.
I am also considering the use of SignalR as another worker role client. Mobile device apps would then communicate via this client to get to the desired site.
Thank you,
Ricardo
RickerOne