I want to have an event driven architecture where the event consumer (subscriber/observer) and the event producer (publisher/subject) are over a distributed geography.
Is there something in .NET that relays events over a network seamlessly without my having to plumb into the implementation of the transport mechanism?
I recall Juval Lowy saying something about Enterprise Services in a DNR show 2 years or so ago but can't recall what that was.
Anyone know what I can use from the .NET framework to do this?