Publish / Subscribe with WCF

I'm working on a series of articles about building an ESB on your own.

http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+1.aspx
http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+2.aspx
http://www.iserviceoriented.com/blog/post/Building+Our+Own+ESB+-+Publish+Subscribe+Part+3.aspx

When at the end of each group of articles, I'll be providing downloadable source code to play with. Keep in mind this is simply to teach some concepts like message queueing, building extensible systems, and WCF. Though you are free to use any of the sample code, it is sample code, not a fully tested and supported product. If you want a great fully functional ESB, I highly recommend checking out Neuron. Anything Sam works on is gaurenteed to kick ass.

2 Comments

  • Nice work.
    But I have one comment on this.Correct me if I am wrong :-).
    A service keeping the reference(endpoint) of the subscriber is not fair according to my understanding of service.It needs to be independent of what it's client is, whatever be the concept we are trying to prove!!!.If we start building this kind of mechanism into the service, that means we are increasing the coupling; don't u think so?

  • Thanks for valuable information what I am searching for them again.

Comments have been disabled for this content.