I have already implemented load balanced SignalR services with a SQL Server backplane and it is working fine. Now I want to scale out the backplane across two SQL Servers, but I can't find any documentation specific to SignalR on how to do this. When you setup the SQL Server backplane for SignalR it creates and manages all the tables it needs.
So my questions:
- How do you configure the service brokers between the two SQL Servers for SignalR?
- Does the SignalR SQL Server backplane manage the service broker communications also?
- Is this even possible?