Actually I wrote a helper class which contains the sendMsg and receiveMsg method, the class(as well as related classes) located at WEB-INF/classes. Then I wrote a jsp for tes ...
I'm using MQ 5.3 in windows. Following are my codesnippet:
int openOptions = 17;
queue = qMgr.accessQueue(qName, openOptions);
MQGetMessageOptions gmo = new MQGe ...