0

Is it possible to scale out SignalR using Windows Server Service Bus?

I found sample of doing it with Redis, and I know there are libraries in GitHub for SQL Server (although I couldn't find a working sample for that), but I would like to implement it using the new on-premises Service Bus.

Any ideas / references?

Thanks!

4

1 回答 1

0

理论上是的。当前的稳定版本支持 Azure 服务总线,最新的来源包括对横向扩展提供程序的返工,这样即使它不能开箱即用(因为这两个服务总线解决方案旨在具有 API 奇偶校验)它应该是直接实施。

使用其DependencyResolverExtensions 类启用服务总线横向扩展。

于 2012-12-16T10:09:05.223 回答