I don't know much about MQ. I'm not sure what you mean by using "request & response on the same Q". My Thread 1 runs in a while loop, it keeps retrieving msgs from Q1 and put it in a vec ...
I'm using MQSeries Java API. In my program, I have 2 threads: one getting messages from Queue 1, the other putting messages to Queue 2. Both queues share the same channel. The putting msg call seems t ...