How to return result to web query application through service broker 2008 ?

  • Hi, every body...

    I have two table create in two server :

    Detail (DetailID,OrderID,ProductID,Qty) --- Server A(Create Service DetailService, DetailServieQueue)

    Product(ProductID,Name) --- Server B (Create Service ProductService,ProductServiceQueue)

    I have a web application for query the detail.

    It input the Parameter( OrderID ) to ServerA ,

    and DetailService put the message to it's Queue,

    and send the message (Parameter: ProductID) to ProductService,

    the ProductService return result (ProductID, ProductName ) to the DetailService Queue.

    now ,the question is how can i return the result ( detailid, productname, qty ) to the query client (web) ?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply