SQL Server backplane scaling for signalr

I have already implemented load-balanced SignalR services with the SQL Server backplane, and it works fine. Now I want to scale the backplane on two SQL servers, but I cannot find the SignalR-specific documentation on how to do this. When you install the SQL Server backplane for SignalR, it creates and manages all the tables it needs.

So my questions are:

  • How to configure service brokers between two SQL servers for SignalR?
  • Does SignalR SQL Server Server Board communicate with service broker?
  • Is it possible?
+4
source share

Source: https://habr.com/ru/post/1608090/


All Articles