I am using WASD 5.1 and MQ 7 and issue when integrate both of them.
When i send the message from standalone application to MQ, its send the message successfully. But when send the message from
servlet to MQ, its giving following exception when sending the message.
Here is the Error:
Exception in
thread "main" java.lang.NoSuchMethodError: com.ibm.msg.client.jms.JmsMessageProducer: method send(Ljavax/jms/Message;)V not found
at com.ibm.mq.jms.MQMessageProducer.send(MQMessageProducer.java:281)
at com.allprofits.MQ.MQServices.sendMsg(Unknown Source)
at com.allprofits.MQ.MQClient.sendMessage(Unknown Source)
at com.allprofits.MQ.SaireWorkflow.sendMessage(Unknown Source)
at com.allprofits.MQ.SaireWorkflow.send(Unknown Source)
at com.allprofits.MQ.SaireWorkflow.main(Unknown Source)
Can anyone help me out why is this happening
thanks in advance for helping.