• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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.
 
If I had asked people what they wanted, they would have said faster horses - Ford. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic