Has anyone tried or been successful configuring Error Detection to ignore the exception:
System.Web.HttpException The remote host closed the connection. The error code is 0x800704CD.
We have a .Net application that throws this exception on a reg...
In the 4.5.x documentation the diagram below depicts a flow map with message queues serving as an entry point to an application (actually the same queue acting as both an exit point for one and an entry point for another - classic pattern). We have ...
Thanks Peter. I'd really like to show the end-to-end flow of asynchronous business transactions that begin in one tier and traverse one or more tiers with message queues as the integration layer. Do you happen to know if I can do that by going thro...