We are planning to use the WCF Routing Service.
Imagine we have two queues (q1, q2), Routing service picks up the message from q1, forwards it to a request-reply service, once the response is receive by routing service, it forwards it again to q2.
We are stuck now on how we will forward the response to another queue, is this a possible Use Case in WCF RoutingService?
Thanks in advance for you help.
The Routing Service uses MessageFilter definitions that define specific attributes of a message exchange, such as the address, endpoint name, or even specific XPath statements for full content-based routing.
The following MSDN link provides a comprehensive overview of routing service message filter definition:
http://msdn.microsoft.com/en-us/library/ee517424.aspx