• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

java to 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, we are using weblogic 6.1 and we have a MQ server setup and a queue is created. I want to know how to write to this queue from my java program? Any help is appreciated.
ven
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use the JMS classes that ship with WebSphere MQ 5.3 (if you have not yet upgraded to WebSphere MQ (formerly MQ Series) 5.3 yet -- do so quickly!) You can then set up MQ Series as a "JMS Provider" in Weblogic. Read the WebSphere MQ docs for information on the JMS class libraries.
Kyle
reply
    Bookmark Topic Watch Topic
  • New Topic