I'm developping an application that tries to get messages from a queue until this queue is empty. I use an MQGET call in a loop. The exit copndition of the loop is Reason code == 2033.
I'm a beginner with MQSeries. I'm configuring a Client / Server connexion (with the server on Windows 2000). I'm looking for any possibility to make sure that the messages won't be lost between ...
Hi!
I've got two questions about MQSeires clients :
->1.What happens if a client tries to put a message on a full queue? Is this client able to know that the queue is full and then retry later? O ...