There were no errors. Just wondering why the handles would be same values on several instances of an application running on ONE workstation.
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 sure it's not using the queue manager on my local machine.
Ran multiple instances of the client, got a connection handle of "5" in each instance and THE QUEUE I OPENED ALL HAVE THE SAME HANDLE "269984" in each instance.
Closed queue and opened several times within a connection, new queue handles were issued but they are SAME IN EACH INSTANCE. Any time the queue handle changes in one instance, values in the other instances all change to the new value the next time they get a queue handle! For example, when the first instance gets "269972", the next instance also gets "269972" when I get a queue handle. (They are opening the same queue).
Is it safe to run multiple instances on ONE workstation?