English 中文(简体)
Is MSMQ available >
原标题:Is MSMQ available on Azure

我想使用WCF+网。 MSMQ,我并不关心Seter Bus or queue,这些事情过于昂贵,不符合我设立P2P服务的要求。

可靠性不是一个问题,因为系统已经建立了一种机制,在出现严重硬件故障时检查缺失的信息。

考虑到如果我在网络/工作中以以下代码为标题提供服务,这项工作将再次可靠地保留这种地方储存:

MessageQueue.Create(newQueuePath, isTransactional)

从外部/内部最后点来看,对世界能源论坛MSMQ服务的呼吁能否在负荷平衡之后成功?

最佳回答

目前有<代码>MSMQ的平台,由<编码>>>>>>> > > > > > > > > > > > > > > > >MSMQ 提供,作为< 代码>>> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

然而,每个博客、报告和有知识的人都赞成不可避免地发布<条码>IAAS,提供微软“,有些时间是现在的<>/strong>。 如果发生这种情况,将有可能使用<编码>MSMQ>>等产品。

问题回答

本小组拥有<代码>MSMQ和>。 我们积极开展工作,使这两个技术之间的“bridge方便”,我们也将在当地提供“-service Bus”的电传发动机。 现在,让你利用自己或他人,就应该简单易懂。

http://code.msdn.microsoft.com/windowsazure/Brokered-Messaging-MSMQ-a31c6644"rel=“noreferer” http://code.msdn.microsoft.com/windowsazure/Brokered-Messaging-MSMQ-a31c6644。

有MSMQ。

我认为,没有任何东西可以从MSMQ迁往Quue。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...