SQL 服务代理成功了吗?

发布于 2024-08-17 07:37:52 字数 179 浏览 5 评论 0原文

我正在考虑将我们的内部应用程序从 MSMQ 和 WCF 转换为 SSB。我们希望在排队方面有一个功能更丰富的系统。

但是,如果 SSB 与 .Net 一起使用,我没有看到很多实现或一般信息。 SSB 博客不是很活跃,我很少看到关于实施成功或建议的帖子。

SSB用得多吗?队列和 .Net 是否有更好的替代方案?

I am contemplating converting our internal application from MSMQ and WCF to 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. The SSB blog is not very active and I see few posts in general on implementation successes or advice.

Is SSB used much? Are there better alternatives for queuing and .Net?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

梓梦 2024-08-24 07:37:52

我们使用 SSB 来异步处理许多不同类型的记录,这非常简单。加快速度有点复杂,但这是值得的。使用激活程序为我们节省了大量时间。想象一下,您可以动态地说“我希望这个异步进程有 10 个线程来处理队列中的项目,但我希望另一个异步进程只有 2 个线程来处理队列中的项目”。这只是激活存储过程中的一个参数。我建议您查看 simple-talk.com 上 Adam Mechanic 的 SSB 教程。

We're using SSB for async processing of many different types of records, and it's a total breeze. 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'. 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.

罗罗贝儿 2024-08-24 07:37:52

实际上有很多信息(尽管我怀疑它会告诉您 SSB 是否适合您的需求):

热情消退 2024-08-24 07:37:52

我认识的正在使用它的人(例如 http://mrdenny.com 的 MVP Denny Cherry)非常满意但正如您所发现的,相对于一般 SQL Server 人群来说,使用它的人很少。进入有一点障碍,因为它对于 DBA 来说并不直观,而且没有 GUI。

如果您对此有任何具体问题,请给 Denny 发送电子邮件,他很乐意与您讨论。他也对此进行了用户组演示。

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. There's a little bit of a barrier to entry because it's not intuitive for DBAs, and there's no GUI for it.

If you've got specific questions about it, email Denny, and he'd be glad to talk to you about it. He does user group presentations about it too.

赤濁 2024-08-24 07:37:52

要了解多个选定 Service Broker 部署的概述,请查看 此处。几家大公司(例如 MySpace)已公开宣布 Service Broker 是其系统架构的重要基础之一。

To get an overview of several selected Service Broker deployments, take a look here. Several large companies (such as MySpace) have publicly announced that Service Broker is one of the essential foundations for their system's architecture.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文