Does SQL Server Service Broker communicate with WCF? I want to create a Service Broker service that will send some XML message to the WCF service for processing. Of course, the instance of SQL Server and the WCF service are deployed on different machines. Is it possible to somehow configure the SB service to achieve this?
No. SSB can only interact with another instance of SSB. There is a WCF SSB channel , but it uses SSB as a transport channel for the WCF service; WCF service requires a local SQL Server for this channel (it can be an instance of SQL Express).