This is a mirror of official site: http://jasper-net.blogspot.com/

NServiceBus

| Thursday, March 4, 2010
Designed for collaboration between business-oriented services, NServiceBus is not a replacement for RPC technologies like WCF. Successful SOA and DDD projects use a mix of approaches and technologies - not just NServiceBus for communications. Here you'll find the similarities and differences between NServiceBus and its Microsoft counterparts.

Closer to WCF than to BizTalk

 When many people hear the term "service bus" they picture a central box which all communication goes through, like BizTalk. That's actually a description of the Broker architectural style, not the Bus architectural style. A bus isn't necessarily a physical entity. In that respect, NServiceBus is more similar to WCF than it is to BizTalk.

There is no physical WCF one can point to in the network topology. WCF is part of the infrastructure that is run in-process with a given application's code. NServiceBus is the same.

Read more: NServiceBus

Posted via email from jasper22's posterous

0 comments: