有关MSMQ的信息 [英] Info about MSMQ

查看:84
本文介绍了有关MSMQ的信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在处理为一些日益重要的设计开始利用排队平台的需求(我们是一个拥有大量Windows桌面,服务器,.Net,SQL等的在线教育服务)。

I'm dealing with a need to start leveraging a queuing platform for some of our increasingly important designs (We are an online educational service with a lot of Windows Desktop, Server, .Net, SQL etc).

我们从未使用MSMQ,它似乎足以满足我们的需求但是否存在导致此处任何人避免使用MSMQ并使用其他选择的缺点?

We've never used MSMQ and it seem adequate for our needs BUT are there shortcomings that would cause anyone here to avoid MSMQ and use some alternative?

甚至不确定这是不是正确的地方(但我们所有的代码都是C#,我们主要在队列上做异步IO)。

Not even sure if this is right place (but all our code is C# and we'd be doing mainly async IO on queues).

任何指针都非常赞赏!

谢谢

推荐答案

我们从未使用MSMQ,它似乎足以满足我们的需求但是有缺点会导致任何人在这里避免使用MSMQ并使用其他替代方法。

MSMQ仍然是Windows平台上可行的协议解决方案。它的使用范围是另一个故事。但是,您可以使用WCF而不是MSMQ协议,这会使MSMQ脱离其遗留状态,并且更多内联使用更新的.NET技术和
SOA。  

MSMQ is still a viable protocol solution on the Windows platform. How widely it is used is another story. However, you can use WCF over MSMQ protocol, which brings MSMQ out of its legacy status and more inline with more recent .NET Technology and SOA.  

https://www.codeproject .com / Articles / 515253 /面向服务的架构和WCF

另一个排队平台是MS SQL Server Service Broker消息队列。

Another queuing platform is MS SQL Server Service Broker Message Queues.

https://docs.microsoft。 com / en-us / sql / database-engine / configure-windows / sql-server-service-broker


这篇关于有关MSMQ的信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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