I am currently running an MQ application as a Windows service. I am accessing messages from the queue using MQGET with the MQGMO_WAIT option. I've got the wait interval set to 5 sec ...
I am using MQ version 6.0 on Windows 2000 Server. I've got MQ installed on the same machine that I am running my application on (the application is just trying to connect to a queu ...