How to create a local Windows-based service bus outside of Azure, similar to Redis with automatic fail-over?

故事扮演 提交于 2019-12-23 05:02:01

问题


We are implementing a service/message-bus feature in our SignalR application and have been looking at Redis, with automatic fail-over using Redis Sentiel. We would like to maintain our own servers and have read SignalR powered by Service Bus. Since this is a Winddows Azure implementation, how can I accomplish this in our internal network with VM's with automatic fail-over similar to the Redis solution discussed above?


回答1:


You may want to look at Service Bus for Windows Server: http://msdn.microsoft.com/en-us/library/windowsazure/jj193022(v=azure.10).aspx

It has API symmetry between Azure Service Bus and the Windows Server API (particularly for messaging: queues and topics/similar to SignalR). It doesn't include the caching and ACS services. However, if you want the Azure Service Bus - Caching...you can get that in:

AppFabric for Windows Server http://msdn.microsoft.com/en-us/windowsserver/ee695849.aspx



来源:https://stackoverflow.com/questions/13383489/how-to-create-a-local-windows-based-service-bus-outside-of-azure-similar-to-red

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!