Seems like the backend guys started to put some strange stuff in the CorrelationId when the process had been running for some while (probably giving 2033 since I used setCorrelationId() on my getmsg). ...
Newbie question:
I've made a MQ-client program that puts a message to a queue, and waits for a result response from another queue. After about 7000 iterations of this (should be 10000 total), ...