解:
这是我真正想要的解决方案:
// set te cursor to remove the message from the queuegmo.options = CMQC.MQGMO_MSG_UNDER_CURSOR;queue.get(theMessage, gmo);
这些行必须插入问题代码中
我在这里找到它:http :
//www.velocityreviews.com/forums/t124676-mq-series-messages-browse-and-
delete.html



