I thought I remembered reading somehwere that the intent was to allow for the composition of queues and routers so I could for example have n routers subscribed to a single source router. Allowing for content to automatically flow along the chain of subscribed routers. However I can't see anything that would allow me to do this. Is this possible? Is there an example? Or is this part of the now removed workklow service. Or have I imagined the whole thing? I am currently working on a system where I would very much like to use this capability if it is available.SmithBayes
Hello, have a look at the SoapRouter sample under %SDK Root%\Samples\ServiceBus\ExploringFeatures\Routers\SoapRouter. The RouterSubscriber project will tell you how to use the SubscribeToRouter method.Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.
I take some of that back. The RouterClient.SubscribeToRouter seems to be an obvious candidate for doing what I want. Are there examples of this being used anywhere?
Hello, have a look at the SoapRouter sample under %SDK Root%\Samples\ServiceBus\ExploringFeatures\Routers\SoapRouter. The RouterSubscriber project will tell you how to use the SubscribeToRouter method.Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.