For what it's worth, here's the code so far for the ESB I'm working on. It's a spare time project and the code is fairly young (focusing on pub / sub right
This is also a viable approach (the bus I described can support that as well, as long as the message type is serializable - this is where the TransportMessage
I'm working through building a WCF based ESB right now. Here's my two cents: use a specific class, not object and not a generic parameter. There is a reason an
hah, sorry, my last paragraph is a little incoherent. it should read: If you answer "no" to 1), you run the risk of ending up with one bus per message. This is