Problem with WCF-SQL Adapter
- by Paul Petrov
When using WCF receive adapter with SQL binding in Polling mode please be aware of the following problem.
Problem:
At some regular but seemingly random intervals the application stops processing new requests, places a lock on the database and prevent other application from accessing it. Initially it looked like DTC issue, as it was…