Posts
Sort by recent activity
Partial Instrumentation in COM+
Hi,
I have a Windows service that is monitoring a queue from MQSeries. When a message arrives, a .NET transaction is created in order to get(consume) the message in a transactional way.
Then the se...