How can I expose a service bus by a wcf service to be consumed by a silverlight client
Posted
by illdev
on Stack Overflow
See other posts from Stack Overflow
or by illdev
Published on 2010-04-19T14:01:15Z
Indexed on
2010/04/19
14:03 UTC
Read the original article
Hit count: 280
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.
© Stack Overflow or respective owner