I've searched the web on this topic for NServiceBus but haven't found any example or solution.
I have a web service which receives a query from a client. The web service should publish the query to subscribing servers and return the result back to the web service. The web service aggregates the results before returning it to the client.
I've run the Full Duplex example but i'm not sure 开发者_StackOverflow社区how to make it work for my scenario.
Any help would be appreciated.
Thanks in advance,
Kalvin
精彩评论