Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server

Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server

瀏覽:508
日期:2024-04-24
I had the same problem in MQ 7.0.1 and solved it by adding the following jars in the CLASSPATH of my Java client: com.ibm.mq.jar com.ibm.mqjms.jar com.ibm.mq.jmqi.jar dhbcore.jar fscontext.jar providerutil.jar Hope this helps someone someday! :-)...看更多