i just got this problem fixed. what i did is to seperate my sender code and move it to another queue manager in another box and have the two queue manager talk to each other, and everything works fin ...
i am using queuelistener and all my code goes to onMessage(). the exception happens at MQQueueReceiver.receiveAsyc(). it complains about not catching exception. however, when i use message listener ...
i am using ibm MQSeries 5.2 and jms for a new application. i wrote a sender and a listener program. the application is working fine, except in one situation: if i start listener first and there is no ...