简体   繁体   English

Windows Azure 服务总线 - 一般问题

[英]Windows Azure Service Bus - A general question

Lets say I have a Silverlight application that currently talks to a WebRole in Windows Azure.假设我有一个 Silverlight 应用程序,它当前与 Windows Azure 中的 WebRole 对话。 Is the Silverlight application also able to directly talk to the service bus without a "controller" component which takes the commands coming from the client and routes them to the worker roles in the Service bus? Silverlight 应用程序是否也能够在没有“控制器”组件的情况下直接与服务总线通信,该组件接收来自客户端的命令并将它们路由到服务总线中的辅助角色?

The Silverlight application is able to communicate with the Service Bus directly as stated here: http://www.microsoft.com/windowsazure/features/servicebus Silverlight 应用程序能够直接与服务总线通信,如下所述: http : //www.microsoft.com/windowsazure/features/servicebus

Support of REST and HTTP Access from non-.NET platforms支持来自非 .NET 平台的 REST 和 HTTP 访问

But I'm not sure you want to let your Silverlight app do that, because on the very same page there is the price list for concurrent connections starting at 3.99$ per connection.但我不确定您是否想让您的 Silverlight 应用程序这样做,因为在同一页面上有并发连接的价格表,每个连接 3.99 美元起。

EDIT:编辑:

As Clemens Vasters commented below, there are changes to the price model for connections.正如 Clemens Vasters 在下面评论的那样,连接的价格模型发生了变化。 More info here: http://msdn.microsoft.com/en-us/library/windowsazure/hh667438.aspx#BKMK_SBv2FAQ2_1更多信息: http : //msdn.microsoft.com/en-us/library/windowsazure/hh667438.aspx#BKMK_SBv2FAQ2_1

服务总线示例包括有关如何在 Silverlight 应用程序中使用 SB 的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM