One of its modules receives requests from a server and then sends them to a queue on WebSphere MQ Server(We don't have ownership). The module is coded in C# using IBM ...
Here is my scenario. I have one thread running. when it first starts, it will create an instance of another class called MQ, it will call the receive() method of the class. In the receive() method, ...