Azure的服务总线可扩展性 [英] Azure Service Bus Scalability

查看:143
本文介绍了Azure的服务总线可扩展性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道我怎样才能使Azure的服务总线主题是可扩展到50多个不同的客户端处理> 10,000个请求/秒。我发现这篇文章在微软 - <一个href=\"http://msdn.microsoft.com/en-us/library/windowsazure/hh528527.aspx\">http://msdn.microsoft.com/en-us/library/windowsazure/hh528527.aspx.这提供了很多很好的投入规模蔚蓝服务总线,如创建多个消息的工厂,发送和接收异步,做批量发送/接收的。

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...

谢谢,
人员Prasanna

Thanks, Prasanna

推荐答案

如果您需要10K或100K或1M以上的请求每秒看看什么正在公路上进行。更多的流量,更多的车道。

If you need 10K or 100K or 1M or more requests per seconds take a look at what's being done on the highway. More traffic, more lanes.

您可以通过在多个实体分割你的流量得到有效的任意流量进行服务总线。服务总线给出了一些关于可靠性,例如保证的一旦我们从你带他们,我们不会丢失信息或我们指派无间隙的序列号,这对像一个单一的主题的个别实体吞吐量的影响。这正是就像高速公路车道只能够处理以X车/小时。使更多的车道。

You can get effectively arbitrary flow rates out of Service Bus by partitioning your traffic across multiple entities. Service Bus gives a number of assurances about reliability, e.g. that we don't lose messages once we took them from you or that we assign gapless sequence numbers, and that has throughput impact on the individual entities like a single Topic. That's exactly like a highway lane just being able to deal with X cars/hour. Make more lanes.

这篇关于Azure的服务总线可扩展性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆