Azure Service Bus Scalability
Posted
by
phebbar
on Stack Overflow
See other posts from Stack Overflow
or by phebbar
Published on 2012-08-29T08:16:28Z
Indexed on
2012/08/29
21:38 UTC
Read the original article
Hit count: 169
I am trying to understand how can I make Azure Service Bus Topic to be scaleable to handle >10,000 requests/second from more than 50 different clients. I found this article at Microsoft - http://msdn.microsoft.com/en-us/library/windowsazure/hh528527.aspx. This provides lot of good input to scale azure service bus like creating multiple message factories, sending and receiving asynchronously, doing batch send/receive.
But all these input are from the publisher and subscriber client perspective. What if the node running the Topic can not handle the huge number of transactions? How do I monitor that? How do I have the Topic running on multiple nodes? Any input on that would be helpful.
Also wondering if any one has done any capacity testing with Topic/Queue and I am eager to see those results...
Thanks, Prasanna
© Stack Overflow or respective owner