简体   繁体   English

SQL Service Broker成功?

[英]SQL Service Broker Success?

I am contemplating converting our internal application from MSMQ and WCF to SSB. 我正在考虑将我们的内部应用程序从MSMQ和WCF转换为SSB。 We would like a more feature rich system with regards to our queuing. 我们想要一个功能更丰富的系统来排队。

However, I am not seeing a lot of implementations or general information if SSB is in use with .Net. 但是,如果SSB与.Net一起使用,我没有看到很多实现或一般信息。 The SSB blog is not very active and I see few posts in general on implementation successes or advice. SSB博客不是很活跃,我看到很少有关于实施成功或建议的帖子。

Is SSB used much? SSB用得多吗? Are there better alternatives for queuing and .Net? 排队和.Net有更好的替代方案吗?

We're using SSB for async processing of many different types of records, and it's a total breeze. 我们使用SSB对许多不同类型的记录进行异步处理,这是一件轻而易举的事。 Getting up to speed was a bit involved, but it was worth it. 加快速度有点参与,但这是值得的。 Using activation procedures saved us tons of time. 使用激活程序为我们节省了大量时间。 Just imagine that you can dyanmically say 'i want this async process to have 10 threads to process items in the queue, but i want this other async process to only have 2 threads to process items in the queue'. 想象一下,你可以说“我希望这个异步进程有10个线程来处理队列中的项目,但我希望这个其他异步进程只有2个线程来处理队列中的项目”。 That's all just a parameter on the activation stored procedure. 这只是激活存储过程的一个参数。 I'd recommend look at Adam Mechanic's SSB tutorials on simple-talk.com. 我建议在simple-talk.com上查看Adam Mechanic的SSB教程。

The people I know who are using it (like MVP Denny Cherry of http://mrdenny.com ) are very satisfied with it, but like you've figured out, very few people are using it relative to the general SQL Server population. 我认识的人正在使用它(比如http://mrdenny.com的 MVP Denny Cherry)对它非常满意,但是就像你已经想到的那样,相对于一般的SQL Server人口,很少有人使用它。 There's a little bit of a barrier to entry because it's not intuitive for DBAs, and there's no GUI for it. 进入市场有一点障碍,因为它对DBA来说并不直观,而且没有GUI。

If you've got specific questions about it, email Denny, and he'd be glad to talk to you about it. 如果您对此有具体问题,请给Denny发电子邮件,他很高兴和您谈谈这件事。 He does user group presentations about it too. 他也做了关于它的用户组演示。

To get an overview of several selected Service Broker deployments, take a look here . 要了解几个选定的Service Broker部署,请查看此处 Several large companies (such as MySpace) have publicly announced that Service Broker is one of the essential foundations for their system's architecture. 几家大公司(如MySpace)已公开宣布Service Broker是其系统架构的重要基础之一。

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

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