I created a msmq user service with WCF that uses custom binding, as it needs to execute some user-level logic at the channel level, where it calls another wcf service. In the next few years, this service will become the main functionality for our systems. I want to do everything I can to make sure that the service is reliable, but I'm not sure where to start. Those. testing the answer, should I create a mock queue object? How can I verify that a service is calling another service?
source
share