More observations...
The behavior described above in earlier postings is experienced when I use a conditional compilation "MqType=2" for the multiple instances. However, when I use "MqType=1" the co ...
I pointed my MQ Client (in VB on NT4) to a queue manager on a Unix Sun Box located miles away from me. I explicitly specified the default queue manager name to be su ...
Let me clarify the "Connection handles being the same", when I called MQCONN (connecting to the default Queue Manager) on each instance of the MQClient, the handle returned is always "5". Shouldn't th ...
I have a fairly powerful machine and wondering if I can run multiple instances of my MQ Client app. pointing to the same Queue Manager on the MQ Server. The aim is to empty items in a queue quickly w ...