In a Silverlight application, instead of consuming and writing (wcf) wrappers around messages that finally get sent to the bus, I want to send use my message bus as directly as possible.
My idea was to expose the service bus directly as a wcf service, or, in other terms, I want to bidirectionally pub/sub over the wire.
Has this been done already? Is bi-directionality doable at all? After all, we are (are we restricted to that?) in the http domain?
Lots of questions. Some head start would be greatly appreciated!
I am in .NET land, with using Rhino Service Bus, but the pattern should apply to different platforms.