• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tutorial needed - Servlet that will put a message to Websphere MQ

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone, I have been looking for quite a long time for any tutorial that will help me write a simple servlet (will be running on WAS 7.0.0.17), that will put a message to Websphere MQ Server. That's it -nothing more.

I can connect to Websphere MQ from a standalone application (thanks to the "Websphere MQ for Java" bible) but there is nothing about doing so in servlet environment. I am quite familiar with JNDI (use this to get my JDBC connections), I can work with Websphere MQ from standalone Java application I am just desperately looking for any tutorial that will help me combine this two things together.

The only tutorial I found seems to only apply to Community Edititon (http://www.ibm.com/developerworks/websphere/library/techarticles/0804_pathadan/0804_pathadan.html)

Any help would be appreciated.
 
Greenhorn
Posts: 18
jQuery Debian Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that you need is jms, this link does not contain a tutorial but have examples that you may find useful:

http://www.capitalware.biz/pc_win_code_java.html#jmscode

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Adam ,You got any solution for your query?If you got one then please do post here
thanks in advance,
 
You've gotta fight it! Don't give in! Read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic