I second Peter's comment. DON'T have multiple apps using the same queue, especially if you're new to MQ. It makes a simple problem much more difficult and opens up a real can of worms that you reall ...
True, the Client could memorize the MsgId's of his requests and then do a series of "get(msgId)" (match against CorrelId) but that seems slow,
That is the correct way. It is the fastest wa ...
Hi. I'm new to MQ. I'm using the C++ API. My question is quite elementary. I want to set up a system whereby a variable (say N) number of instances of the same Client Application communicate with 1 Se ...