不使用MSMQ的NServiceBus的替代方案

G33*_*una 10 .net architecture msmq servicebus

我认为标题总结了......我们有一个.NET 2.0系统试图实现分布式发布/订阅模型.我遇到了NServiceBus,RhinoBus和MassTransit.不幸的是,这些是基于MSMQ的.我的任务是找出使用不同消息替代方案的pub/sub替代方案......

寻求MSMQ替代方案的唯一原因是克服消息大小限制.由于每条消息限制,我们的企业应用消息可能会被截断...

任何指导都非常感谢

ckr*_*mer 6

Heh, old question, but worth mentioning that NServiceBus is now supporting ActiveMQ (as one alternatives) with others in development. There has also been talk of implementing a "Data Bus" to overcome the message size limitation, but I don't know the status of this.

The infrastructure is in place to plug in different transports, and I recall seeing discussions about utilizing Sql Server Service Broker, though I don't know if that was ever taken beyond initial discussions.


Dun*_*can 2

NServiceBus 的路线图表明他们打算提供一种更具可插拔性的传输以允许 MSMQ 的替代方案。

大众运输公司还表示,他们的目标是支持替代方案。

不幸的是,这些都还不存在。