Alternatives to NServiceBus that doesn't use MSMQ

Posted by G33kKahuna on Stack Overflow See other posts from Stack Overflow or by G33kKahuna
Published on 2009-09-26T05:03:53Z Indexed on 2010/05/05 20:58 UTC
Read the original article Hit count: 337

Filed under:
|
|
|

I think the title sums it all .... We have a .NET 2.0 system trying to implement a distributed pub/ sub model. I came across NServiceBus, RhinoBus and MassTransit. Unfortunately, these are MSMQ based. I am tasked to figure out pub/ sub alternatives that uses a different messaging alternatives ...

the only reason for seeking MSMQ alternatives is to overcome the message size restriction. Since our enterprise app messages can potentially get truncated due to per message restriction...

any guidance is much appreciated

© Stack Overflow or respective owner

Related posts about architecture

Related posts about msmq