Attempting to migrate from IBM WebSphere MQ V6 to V7.
One of the lines that we have is
((com.ibm.mq.jms.MQQueue) queue).setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ);
JMSC.MQJMS_CLIENT_NONJMS_MQ displayed as deprecated in v7.
What is the correct line replacement? For a while I looked around, but could not find any information.
source
share