开发者

Connecing BizTalk 2010 to an Azure Storage Queue

I have an internal WCF service that needs to connect with an Azure queue. Does the BizTalk 2010 AppFabric connect tool support storage queues? According to the following MSDN blog it requires a relay endpoint. BizTalk Server 2010 AppFabric Connect for Services. Is this article still valid?

Can I access Azure storage queues with this approach? If not, what is the other best approach? I could do the following but I was hoping there would be a more elegant solution.

  1. Using a reverse proxy expose the internal WCF service as an external WCF service through the firewall

  2. Create .NET code that reads the Azure storage queue and calls th开发者_JAVA技巧e WCF service. If the service call is successful the message is deleted from the queue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜