Message12063

Author wfouche2
Recipients bmvanwyk, jeff.allen, tomluk, wfouche2, zyasoft
Date 2018-07-23.19:11:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532373094.89.0.56676864532.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
The IBM MQ client libraries are available from: https://developer.ibm.com/messaging/learn-mq/mq-tutorials/develop-mq-jms/

New example on Windows:

set CLASSPATH=com.ibm.mq.allclient-9.0.4.0.jar;javax.jms-api-2.0.1.jar

jython -V
Jython 2.7.2a1+

jython -c "import com.ibm.mq.jms.MQQueue"

TypeError: Supertypes that share a modified attribute have an MRO conflict[attribute=values, supertypes=[<type 'com.ibm.msg.client.jms.admin.JmsJndiDestinationImpl'>, <type 'java.util.Map'>, <type 'com.ibm.msg.client.jms.internal.JmsPropertyContextImpl'>, <type 'com.ibm.msg.client.jms.JmsQueue'>, <type 'com.ibm.msg.client.jms.JmsPropertyContext'>, <type 'com.ibm.msg.client.jms.admin.JmsDestinationImpl'>, <type 'com.ibm.mq.jms.MQDestination'>, <type 'com.ibm.msg.client.jms.JmsDestination'>], type=MQQueue]
History
Date User Action Args
2018-07-23 19:11:34wfouche2setmessageid: <1532373094.89.0.56676864532.issue2445@psf.upfronthosting.co.za>
2018-07-23 19:11:34wfouche2setrecipients: + wfouche2, zyasoft, jeff.allen, tomluk, bmvanwyk
2018-07-23 19:11:34wfouche2linkissue2445 messages
2018-07-23 19:11:34wfouche2create