How to create a local Windows-based service bus outside of Azure, similar to Redis with automatic fail-over?
Posted
by
ElHaix
on Stack Overflow
See other posts from Stack Overflow
or by ElHaix
Published on 2012-11-14T16:57:43Z
Indexed on
2012/11/14
16:59 UTC
Read the original article
Hit count: 273
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?
© Stack Overflow or respective owner