• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem in sending message to MQ

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic