Issue in my MightCorrelateSample
I published last week about how to handle messages that might correlate (see this post). When implementing it, I stumbled upon the issue that although I handled the exception, the messages that failed to correlate show up as suspended in the HAT (twice).
That is a serious problem with this nice solution. In my project we decided that these messages are expected and I wrote a Windows Service, based on a post I found on Darren Jefford's blog, that kills of those messages. Mail me if you're interested in the code, I can send you a copy of the Windows Service.
Although problem solved, I'm now left with the feeling that there has to be a better way to handle messages that might correlate. Any idea's?