.NET快速持久队列 [英] .NET Fast Persistent Queue

查看:135
本文介绍了.NET快速持久队列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在找一个排队系统内有多个不同的用户可以拉项目掀起了集中的队列。这些消息会非常轻巧,但我需要的东西是持久的和非常快的消息量会很大。 MSMQ是一个有点沉重,我寻找的东西的光。建议?

I am looking for a queue system where multiple different subscribers can pull items off a centralized queue. The messages will be very lightweight, but i need something that is persistent and very fast as the volume of messages will be large. MSMQ is a little heavy and i am looking for something light. Suggestions?

推荐答案

有上的 $ C $的CProject 。这是轻量级替代MSMQ。 您可以使用您自己选择的持久化存储,默认情况下它使用SQLite。 这是非常好的。

There is a really nice project on codeproject. That is lightweight alternative to MSMQ. You can use persistence storage of your own choice, by default it uses Sqlite. This is really good.

这篇关于.NET快速持久队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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