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 without using a second or third machine. Found out that the connection handles from each app instance are the same. Am I doing something wrong? and what are the pros/cons of doing this?